├── .Rbuildignore ├── .gitignore ├── .travis.yml ├── CNAME ├── CRAN-RELEASE ├── DESCRIPTION ├── LICENSE ├── LICENSE.md ├── NAMESPACE ├── NEWS.md ├── R ├── brickr.R ├── bricks-from-mosaic.R ├── bricks-from-tables.R ├── build-bricks-rgl.R ├── build-instructions.R ├── build-mosaic.R ├── build_mosaic_dots.R ├── collect-bricks.R ├── colors-and-themes.R ├── data.R ├── geom-brick-rect.R ├── geom_brick_dot.R ├── image-to-mosaic.R ├── image-to-prep-mosaic.R ├── piece-count.R └── utils-pipe.R ├── README.Rmd ├── README.md ├── README_files ├── figure-gfm │ ├── bricks_1-1.png │ ├── bricks_2-1.png │ ├── bricks_3-1.png │ ├── bricks_4-1.png │ ├── bricks_5-1.png │ ├── bricks_6-1.png │ ├── display_colors-1.png │ ├── geom_brick-1.png │ ├── geom_brick2-1.png │ ├── m1_3d-1.png │ ├── m1_instructions-1.png │ ├── m1_pieces-1.png │ └── m1_set-1.png └── figure-markdown_github │ ├── m1_3d-1.png │ ├── m1_bw-1.png │ ├── m1_instructions-1.png │ ├── m1_orig-1.png │ ├── m1_pieces-1.png │ ├── m1_set-1.png │ ├── m2_pieces-1.png │ └── m2_set-1.png ├── _pkgdown.yml ├── admin_color_tools ├── .gitignore ├── 2016-LEGO-color-palette.pdf ├── Color_theme_testing.R ├── Colors_Master.xlsx ├── color_rendering.R ├── color_themes.xlsx ├── theme_rendering.R └── ~$Colors_Master.xlsx ├── cran-comments.md ├── data └── lego_colors.rda ├── docs ├── 404.html ├── CNAME ├── Images │ ├── goldengirls.JPG │ └── mf_unicorn.PNG ├── LICENSE-text.html ├── LICENSE.html ├── README_files │ ├── figure-gfm │ │ ├── bricks_1-1.png │ │ ├── bricks_2-1.png │ │ ├── bricks_3-1.png │ │ ├── bricks_4-1.png │ │ ├── bricks_5-1.png │ │ ├── bricks_6-1.png │ │ ├── display_colors-1.png │ │ ├── geom_brick-1.png │ │ ├── geom_brick2-1.png │ │ ├── m1_3d-1.png │ │ ├── m1_instructions-1.png │ │ ├── m1_pieces-1.png │ │ └── m1_set-1.png │ └── figure-markdown_github │ │ ├── m1_3d-1.png │ │ ├── m1_bw-1.png │ │ ├── m1_instructions-1.png │ │ ├── m1_orig-1.png │ │ ├── m1_pieces-1.png │ │ ├── m1_set-1.png │ │ ├── m2_pieces-1.png │ │ └── m2_set-1.png ├── apple-touch-icon-120x120.png ├── apple-touch-icon-152x152.png ├── apple-touch-icon-180x180.png ├── apple-touch-icon-60x60.png ├── apple-touch-icon-76x76.png ├── apple-touch-icon.png ├── articles │ ├── graphs.html │ ├── graphs_files │ │ └── figure-html │ │ │ ├── coord-1.png │ │ │ ├── geom_brick-1.png │ │ │ ├── getting_started-1.png │ │ │ ├── scales-1.png │ │ │ ├── scales2-1.png │ │ │ └── themes-1.png │ ├── index.html │ ├── models-from-other.html │ ├── models-from-other_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ └── figure-html │ │ │ ├── bricks_6-1.png │ │ │ ├── bricks_6-2.png │ │ │ ├── bricks_6a-1.png │ │ │ ├── bricks_rayshader-1.png │ │ │ └── bricks_rayshader-2.png │ ├── models-from-program.html │ ├── models-from-program_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ └── figure-html │ │ │ ├── bricks_6-1.png │ │ │ ├── bricks_7-1.png │ │ │ ├── bricks_8-1.png │ │ │ └── bricks_9-1.png │ ├── models-from-tables.html │ ├── models-from-tables_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ └── figure-html │ │ │ ├── bricks_1-1.png │ │ │ ├── bricks_2-1.png │ │ │ ├── bricks_5-1.png │ │ │ └── bricks_5a-1.png │ ├── models-piece-type.html │ ├── models-piece-type_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ └── figure-html │ │ │ ├── bricks_1-1.png │ │ │ ├── bricks_10-1.png │ │ │ ├── bricks_11-1.png │ │ │ ├── bricks_12-1.png │ │ │ ├── bricks_13-1.png │ │ │ ├── bricks_2-1.png │ │ │ ├── bricks_2a-1.png │ │ │ ├── bricks_5-1.png │ │ │ └── bricks_6-1.png │ ├── models-pieces-type.html │ ├── models-pieces-type_files │ │ └── figure-html │ │ │ ├── bricks_1-1.png │ │ │ ├── bricks_10-1.png │ │ │ ├── bricks_11-1.png │ │ │ ├── bricks_12-1.png │ │ │ ├── bricks_13-1.png │ │ │ ├── bricks_2-1.png │ │ │ ├── bricks_2a-1.png │ │ │ ├── bricks_5-1.png │ │ │ └── bricks_6-1.png │ ├── mosaics.html │ └── mosaics_files │ │ ├── accessible-code-block-0.0.1 │ │ └── empty-anchor.js │ │ └── figure-html │ │ ├── c_bw-1.png │ │ ├── c_custom-1.png │ │ ├── c_dither-1.png │ │ ├── c_methods-1.png │ │ ├── c_other-1.png │ │ ├── c_palettes-1.png │ │ ├── c_threed-1.png │ │ ├── g1-1.png │ │ └── g2-1.png ├── authors.html ├── bootstrap-toc.css ├── bootstrap-toc.js ├── docsearch.css ├── docsearch.js ├── extra.css ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── index.html ├── index_files │ └── figure-html │ │ ├── bricks_1-1.png │ │ ├── bricks_5-1.png │ │ ├── bricks_6-1.png │ │ ├── geom_brick-1.png │ │ ├── geom_brick2-1.png │ │ ├── m1_instructions-1.png │ │ ├── m1_pieces-1.png │ │ └── m1_set-1.png ├── link.svg ├── logo.png ├── news │ └── index.html ├── pkgdown.css ├── pkgdown.js ├── pkgdown.yml ├── reference │ ├── brickr-ggproto.html │ ├── brickr.html │ ├── bricks_from_coords.html │ ├── bricks_from_excel.html │ ├── bricks_from_mosaic.html │ ├── bricks_from_rayshader.html │ ├── bricks_from_table.html │ ├── build_bricks.html │ ├── build_bricks_rayshader.html │ ├── build_colors-1.png │ ├── build_colors.html │ ├── build_instructions-1.png │ ├── build_instructions-2.png │ ├── build_instructions.html │ ├── build_mosaic-1.png │ ├── build_mosaic-2.png │ ├── build_mosaic.html │ ├── build_pieces-1.png │ ├── build_pieces.html │ ├── build_pieces_table.html │ ├── build_themes-1.png │ ├── build_themes-2.png │ ├── build_themes.html │ ├── collect_bricks.html │ ├── coord-brick-1.png │ ├── coord-brick-2.png │ ├── coord-brick.html │ ├── coord_brick-1.png │ ├── coord_brick-2.png │ ├── coord_brick.html │ ├── figures │ │ └── logo.png │ ├── geom_brick_col-1.png │ ├── geom_brick_col-2.png │ ├── geom_brick_col.html │ ├── geom_brick_point.html │ ├── geom_brick_rect.html │ ├── image_to_mosaic-1.png │ ├── image_to_mosaic-2.png │ ├── image_to_mosaic-3.png │ ├── image_to_mosaic-4.png │ ├── image_to_mosaic-5.png │ ├── image_to_mosaic.html │ ├── image_to_scaled.html │ ├── index.html │ ├── layer_from_bricks.html │ ├── lego_colors.html │ ├── pipe.html │ ├── scale_fill_brick-1.png │ ├── scale_fill_brick-2.png │ ├── scale_fill_brick.html │ ├── scaled_to_colors.html │ ├── table_pieces.html │ └── theme_brick.html └── sitemap.xml ├── inst └── extdata │ └── demo_img.jpg ├── man ├── brickr-dots-ggproto.Rd ├── brickr-ggproto.Rd ├── brickr.Rd ├── bricks_from_coords.Rd ├── bricks_from_excel.Rd ├── bricks_from_mosaic.Rd ├── bricks_from_table.Rd ├── build_bricks.Rd ├── build_colors.Rd ├── build_instructions.Rd ├── build_mosaic.Rd ├── build_mosaic_dots.Rd ├── build_pieces.Rd ├── build_pieces_table.Rd ├── collect_bricks.Rd ├── figures │ └── logo.png ├── geom_brick_dots.Rd ├── geom_brick_rect.Rd ├── image_to_mosaic.Rd ├── image_to_scaled.Rd ├── lego_colors.Rd ├── pipe.Rd └── scaled_to_colors.Rd ├── pkgdown ├── extra.css └── favicon │ ├── apple-touch-icon-120x120.png │ ├── apple-touch-icon-152x152.png │ ├── apple-touch-icon-180x180.png │ ├── apple-touch-icon-60x60.png │ ├── apple-touch-icon-76x76.png │ ├── apple-touch-icon.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ └── favicon.ico └── vignettes ├── .gitignore ├── dem_01.tif ├── models-from-other.Rmd ├── models-from-program.Rmd ├── models-from-tables.Rmd ├── models-piece-type.Rmd └── mosaics.Rmd /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/.travis.yml -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | brickr.org -------------------------------------------------------------------------------- /CRAN-RELEASE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/CRAN-RELEASE -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | YEAR: 2020 2 | COPYRIGHT HOLDER: Ryan Timpe 3 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/LICENSE.md -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/NAMESPACE -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/NEWS.md -------------------------------------------------------------------------------- /R/brickr.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/brickr.R -------------------------------------------------------------------------------- /R/bricks-from-mosaic.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/bricks-from-mosaic.R -------------------------------------------------------------------------------- /R/bricks-from-tables.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/bricks-from-tables.R -------------------------------------------------------------------------------- /R/build-bricks-rgl.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/build-bricks-rgl.R -------------------------------------------------------------------------------- /R/build-instructions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/build-instructions.R -------------------------------------------------------------------------------- /R/build-mosaic.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/build-mosaic.R -------------------------------------------------------------------------------- /R/build_mosaic_dots.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/build_mosaic_dots.R -------------------------------------------------------------------------------- /R/collect-bricks.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/collect-bricks.R -------------------------------------------------------------------------------- /R/colors-and-themes.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/colors-and-themes.R -------------------------------------------------------------------------------- /R/data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/data.R -------------------------------------------------------------------------------- /R/geom-brick-rect.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/geom-brick-rect.R -------------------------------------------------------------------------------- /R/geom_brick_dot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/geom_brick_dot.R -------------------------------------------------------------------------------- /R/image-to-mosaic.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/image-to-mosaic.R -------------------------------------------------------------------------------- /R/image-to-prep-mosaic.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/image-to-prep-mosaic.R -------------------------------------------------------------------------------- /R/piece-count.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/piece-count.R -------------------------------------------------------------------------------- /R/utils-pipe.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/R/utils-pipe.R -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README.md -------------------------------------------------------------------------------- /README_files/figure-gfm/bricks_1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/bricks_1-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/bricks_2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/bricks_2-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/bricks_3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/bricks_3-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/bricks_4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/bricks_4-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/bricks_5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/bricks_5-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/bricks_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/bricks_6-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/display_colors-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/display_colors-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/geom_brick-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/geom_brick-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/geom_brick2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/geom_brick2-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/m1_3d-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/m1_3d-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/m1_instructions-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/m1_instructions-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/m1_pieces-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/m1_pieces-1.png -------------------------------------------------------------------------------- /README_files/figure-gfm/m1_set-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-gfm/m1_set-1.png -------------------------------------------------------------------------------- /README_files/figure-markdown_github/m1_3d-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-markdown_github/m1_3d-1.png -------------------------------------------------------------------------------- /README_files/figure-markdown_github/m1_bw-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-markdown_github/m1_bw-1.png -------------------------------------------------------------------------------- /README_files/figure-markdown_github/m1_instructions-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-markdown_github/m1_instructions-1.png -------------------------------------------------------------------------------- /README_files/figure-markdown_github/m1_orig-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-markdown_github/m1_orig-1.png -------------------------------------------------------------------------------- /README_files/figure-markdown_github/m1_pieces-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-markdown_github/m1_pieces-1.png -------------------------------------------------------------------------------- /README_files/figure-markdown_github/m1_set-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-markdown_github/m1_set-1.png -------------------------------------------------------------------------------- /README_files/figure-markdown_github/m2_pieces-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-markdown_github/m2_pieces-1.png -------------------------------------------------------------------------------- /README_files/figure-markdown_github/m2_set-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/README_files/figure-markdown_github/m2_set-1.png -------------------------------------------------------------------------------- /_pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/_pkgdown.yml -------------------------------------------------------------------------------- /admin_color_tools/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/admin_color_tools/.gitignore -------------------------------------------------------------------------------- /admin_color_tools/2016-LEGO-color-palette.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/admin_color_tools/2016-LEGO-color-palette.pdf -------------------------------------------------------------------------------- /admin_color_tools/Color_theme_testing.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/admin_color_tools/Color_theme_testing.R -------------------------------------------------------------------------------- /admin_color_tools/Colors_Master.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/admin_color_tools/Colors_Master.xlsx -------------------------------------------------------------------------------- /admin_color_tools/color_rendering.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/admin_color_tools/color_rendering.R -------------------------------------------------------------------------------- /admin_color_tools/color_themes.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/admin_color_tools/color_themes.xlsx -------------------------------------------------------------------------------- /admin_color_tools/theme_rendering.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/admin_color_tools/theme_rendering.R -------------------------------------------------------------------------------- /admin_color_tools/~$Colors_Master.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/admin_color_tools/~$Colors_Master.xlsx -------------------------------------------------------------------------------- /cran-comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/cran-comments.md -------------------------------------------------------------------------------- /data/lego_colors.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/data/lego_colors.rda -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | brickr.org -------------------------------------------------------------------------------- /docs/Images/goldengirls.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/Images/goldengirls.JPG -------------------------------------------------------------------------------- /docs/Images/mf_unicorn.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/Images/mf_unicorn.PNG -------------------------------------------------------------------------------- /docs/LICENSE-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/LICENSE-text.html -------------------------------------------------------------------------------- /docs/LICENSE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/LICENSE.html -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/bricks_1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/bricks_1-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/bricks_2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/bricks_2-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/bricks_3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/bricks_3-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/bricks_4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/bricks_4-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/bricks_5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/bricks_5-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/bricks_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/bricks_6-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/display_colors-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/display_colors-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/geom_brick-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/geom_brick-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/geom_brick2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/geom_brick2-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/m1_3d-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/m1_3d-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/m1_instructions-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/m1_instructions-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/m1_pieces-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/m1_pieces-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-gfm/m1_set-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-gfm/m1_set-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-markdown_github/m1_3d-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-markdown_github/m1_3d-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-markdown_github/m1_bw-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-markdown_github/m1_bw-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-markdown_github/m1_instructions-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-markdown_github/m1_instructions-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-markdown_github/m1_orig-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-markdown_github/m1_orig-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-markdown_github/m1_pieces-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-markdown_github/m1_pieces-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-markdown_github/m1_set-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-markdown_github/m1_set-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-markdown_github/m2_pieces-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-markdown_github/m2_pieces-1.png -------------------------------------------------------------------------------- /docs/README_files/figure-markdown_github/m2_set-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/README_files/figure-markdown_github/m2_set-1.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /docs/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /docs/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/articles/graphs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/graphs.html -------------------------------------------------------------------------------- /docs/articles/graphs_files/figure-html/coord-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/graphs_files/figure-html/coord-1.png -------------------------------------------------------------------------------- /docs/articles/graphs_files/figure-html/geom_brick-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/graphs_files/figure-html/geom_brick-1.png -------------------------------------------------------------------------------- /docs/articles/graphs_files/figure-html/getting_started-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/graphs_files/figure-html/getting_started-1.png -------------------------------------------------------------------------------- /docs/articles/graphs_files/figure-html/scales-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/graphs_files/figure-html/scales-1.png -------------------------------------------------------------------------------- /docs/articles/graphs_files/figure-html/scales2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/graphs_files/figure-html/scales2-1.png -------------------------------------------------------------------------------- /docs/articles/graphs_files/figure-html/themes-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/graphs_files/figure-html/themes-1.png -------------------------------------------------------------------------------- /docs/articles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/index.html -------------------------------------------------------------------------------- /docs/articles/models-from-other.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-other.html -------------------------------------------------------------------------------- /docs/articles/models-from-other_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-other_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/models-from-other_files/figure-html/bricks_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-other_files/figure-html/bricks_6-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-other_files/figure-html/bricks_6-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-other_files/figure-html/bricks_6-2.png -------------------------------------------------------------------------------- /docs/articles/models-from-other_files/figure-html/bricks_6a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-other_files/figure-html/bricks_6a-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-other_files/figure-html/bricks_rayshader-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-other_files/figure-html/bricks_rayshader-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-other_files/figure-html/bricks_rayshader-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-other_files/figure-html/bricks_rayshader-2.png -------------------------------------------------------------------------------- /docs/articles/models-from-program.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-program.html -------------------------------------------------------------------------------- /docs/articles/models-from-program_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-program_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/models-from-program_files/figure-html/bricks_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-program_files/figure-html/bricks_6-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-program_files/figure-html/bricks_7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-program_files/figure-html/bricks_7-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-program_files/figure-html/bricks_8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-program_files/figure-html/bricks_8-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-program_files/figure-html/bricks_9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-program_files/figure-html/bricks_9-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-tables.html -------------------------------------------------------------------------------- /docs/articles/models-from-tables_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-tables_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/models-from-tables_files/figure-html/bricks_1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-tables_files/figure-html/bricks_1-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-tables_files/figure-html/bricks_2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-tables_files/figure-html/bricks_2-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-tables_files/figure-html/bricks_5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-tables_files/figure-html/bricks_5-1.png -------------------------------------------------------------------------------- /docs/articles/models-from-tables_files/figure-html/bricks_5a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-from-tables_files/figure-html/bricks_5a-1.png -------------------------------------------------------------------------------- /docs/articles/models-piece-type.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type.html -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/figure-html/bricks_1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/figure-html/bricks_1-1.png -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/figure-html/bricks_10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/figure-html/bricks_10-1.png -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/figure-html/bricks_11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/figure-html/bricks_11-1.png -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/figure-html/bricks_12-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/figure-html/bricks_12-1.png -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/figure-html/bricks_13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/figure-html/bricks_13-1.png -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/figure-html/bricks_2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/figure-html/bricks_2-1.png -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/figure-html/bricks_2a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/figure-html/bricks_2a-1.png -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/figure-html/bricks_5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/figure-html/bricks_5-1.png -------------------------------------------------------------------------------- /docs/articles/models-piece-type_files/figure-html/bricks_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-piece-type_files/figure-html/bricks_6-1.png -------------------------------------------------------------------------------- /docs/articles/models-pieces-type.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type.html -------------------------------------------------------------------------------- /docs/articles/models-pieces-type_files/figure-html/bricks_1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type_files/figure-html/bricks_1-1.png -------------------------------------------------------------------------------- /docs/articles/models-pieces-type_files/figure-html/bricks_10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type_files/figure-html/bricks_10-1.png -------------------------------------------------------------------------------- /docs/articles/models-pieces-type_files/figure-html/bricks_11-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type_files/figure-html/bricks_11-1.png -------------------------------------------------------------------------------- /docs/articles/models-pieces-type_files/figure-html/bricks_12-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type_files/figure-html/bricks_12-1.png -------------------------------------------------------------------------------- /docs/articles/models-pieces-type_files/figure-html/bricks_13-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type_files/figure-html/bricks_13-1.png -------------------------------------------------------------------------------- /docs/articles/models-pieces-type_files/figure-html/bricks_2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type_files/figure-html/bricks_2-1.png -------------------------------------------------------------------------------- /docs/articles/models-pieces-type_files/figure-html/bricks_2a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type_files/figure-html/bricks_2a-1.png -------------------------------------------------------------------------------- /docs/articles/models-pieces-type_files/figure-html/bricks_5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type_files/figure-html/bricks_5-1.png -------------------------------------------------------------------------------- /docs/articles/models-pieces-type_files/figure-html/bricks_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/models-pieces-type_files/figure-html/bricks_6-1.png -------------------------------------------------------------------------------- /docs/articles/mosaics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics.html -------------------------------------------------------------------------------- /docs/articles/mosaics_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/mosaics_files/figure-html/c_bw-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/figure-html/c_bw-1.png -------------------------------------------------------------------------------- /docs/articles/mosaics_files/figure-html/c_custom-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/figure-html/c_custom-1.png -------------------------------------------------------------------------------- /docs/articles/mosaics_files/figure-html/c_dither-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/figure-html/c_dither-1.png -------------------------------------------------------------------------------- /docs/articles/mosaics_files/figure-html/c_methods-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/figure-html/c_methods-1.png -------------------------------------------------------------------------------- /docs/articles/mosaics_files/figure-html/c_other-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/figure-html/c_other-1.png -------------------------------------------------------------------------------- /docs/articles/mosaics_files/figure-html/c_palettes-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/figure-html/c_palettes-1.png -------------------------------------------------------------------------------- /docs/articles/mosaics_files/figure-html/c_threed-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/figure-html/c_threed-1.png -------------------------------------------------------------------------------- /docs/articles/mosaics_files/figure-html/g1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/figure-html/g1-1.png -------------------------------------------------------------------------------- /docs/articles/mosaics_files/figure-html/g2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/articles/mosaics_files/figure-html/g2-1.png -------------------------------------------------------------------------------- /docs/authors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/authors.html -------------------------------------------------------------------------------- /docs/bootstrap-toc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/bootstrap-toc.css -------------------------------------------------------------------------------- /docs/bootstrap-toc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/bootstrap-toc.js -------------------------------------------------------------------------------- /docs/docsearch.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/docsearch.css -------------------------------------------------------------------------------- /docs/docsearch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/docsearch.js -------------------------------------------------------------------------------- /docs/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/extra.css -------------------------------------------------------------------------------- /docs/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/favicon-16x16.png -------------------------------------------------------------------------------- /docs/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/favicon-32x32.png -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/index_files/figure-html/bricks_1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/index_files/figure-html/bricks_1-1.png -------------------------------------------------------------------------------- /docs/index_files/figure-html/bricks_5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/index_files/figure-html/bricks_5-1.png -------------------------------------------------------------------------------- /docs/index_files/figure-html/bricks_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/index_files/figure-html/bricks_6-1.png -------------------------------------------------------------------------------- /docs/index_files/figure-html/geom_brick-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/index_files/figure-html/geom_brick-1.png -------------------------------------------------------------------------------- /docs/index_files/figure-html/geom_brick2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/index_files/figure-html/geom_brick2-1.png -------------------------------------------------------------------------------- /docs/index_files/figure-html/m1_instructions-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/index_files/figure-html/m1_instructions-1.png -------------------------------------------------------------------------------- /docs/index_files/figure-html/m1_pieces-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/index_files/figure-html/m1_pieces-1.png -------------------------------------------------------------------------------- /docs/index_files/figure-html/m1_set-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/index_files/figure-html/m1_set-1.png -------------------------------------------------------------------------------- /docs/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/link.svg -------------------------------------------------------------------------------- /docs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/logo.png -------------------------------------------------------------------------------- /docs/news/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/news/index.html -------------------------------------------------------------------------------- /docs/pkgdown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/pkgdown.css -------------------------------------------------------------------------------- /docs/pkgdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/pkgdown.js -------------------------------------------------------------------------------- /docs/pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/pkgdown.yml -------------------------------------------------------------------------------- /docs/reference/brickr-ggproto.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/brickr-ggproto.html -------------------------------------------------------------------------------- /docs/reference/brickr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/brickr.html -------------------------------------------------------------------------------- /docs/reference/bricks_from_coords.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/bricks_from_coords.html -------------------------------------------------------------------------------- /docs/reference/bricks_from_excel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/bricks_from_excel.html -------------------------------------------------------------------------------- /docs/reference/bricks_from_mosaic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/bricks_from_mosaic.html -------------------------------------------------------------------------------- /docs/reference/bricks_from_rayshader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/bricks_from_rayshader.html -------------------------------------------------------------------------------- /docs/reference/bricks_from_table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/bricks_from_table.html -------------------------------------------------------------------------------- /docs/reference/build_bricks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_bricks.html -------------------------------------------------------------------------------- /docs/reference/build_bricks_rayshader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_bricks_rayshader.html -------------------------------------------------------------------------------- /docs/reference/build_colors-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_colors-1.png -------------------------------------------------------------------------------- /docs/reference/build_colors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_colors.html -------------------------------------------------------------------------------- /docs/reference/build_instructions-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_instructions-1.png -------------------------------------------------------------------------------- /docs/reference/build_instructions-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_instructions-2.png -------------------------------------------------------------------------------- /docs/reference/build_instructions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_instructions.html -------------------------------------------------------------------------------- /docs/reference/build_mosaic-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_mosaic-1.png -------------------------------------------------------------------------------- /docs/reference/build_mosaic-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_mosaic-2.png -------------------------------------------------------------------------------- /docs/reference/build_mosaic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_mosaic.html -------------------------------------------------------------------------------- /docs/reference/build_pieces-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_pieces-1.png -------------------------------------------------------------------------------- /docs/reference/build_pieces.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_pieces.html -------------------------------------------------------------------------------- /docs/reference/build_pieces_table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_pieces_table.html -------------------------------------------------------------------------------- /docs/reference/build_themes-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_themes-1.png -------------------------------------------------------------------------------- /docs/reference/build_themes-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_themes-2.png -------------------------------------------------------------------------------- /docs/reference/build_themes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/build_themes.html -------------------------------------------------------------------------------- /docs/reference/collect_bricks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/collect_bricks.html -------------------------------------------------------------------------------- /docs/reference/coord-brick-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/coord-brick-1.png -------------------------------------------------------------------------------- /docs/reference/coord-brick-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/coord-brick-2.png -------------------------------------------------------------------------------- /docs/reference/coord-brick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/coord-brick.html -------------------------------------------------------------------------------- /docs/reference/coord_brick-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/coord_brick-1.png -------------------------------------------------------------------------------- /docs/reference/coord_brick-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/coord_brick-2.png -------------------------------------------------------------------------------- /docs/reference/coord_brick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/coord_brick.html -------------------------------------------------------------------------------- /docs/reference/figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/figures/logo.png -------------------------------------------------------------------------------- /docs/reference/geom_brick_col-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/geom_brick_col-1.png -------------------------------------------------------------------------------- /docs/reference/geom_brick_col-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/geom_brick_col-2.png -------------------------------------------------------------------------------- /docs/reference/geom_brick_col.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/geom_brick_col.html -------------------------------------------------------------------------------- /docs/reference/geom_brick_point.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/geom_brick_point.html -------------------------------------------------------------------------------- /docs/reference/geom_brick_rect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/geom_brick_rect.html -------------------------------------------------------------------------------- /docs/reference/image_to_mosaic-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/image_to_mosaic-1.png -------------------------------------------------------------------------------- /docs/reference/image_to_mosaic-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/image_to_mosaic-2.png -------------------------------------------------------------------------------- /docs/reference/image_to_mosaic-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/image_to_mosaic-3.png -------------------------------------------------------------------------------- /docs/reference/image_to_mosaic-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/image_to_mosaic-4.png -------------------------------------------------------------------------------- /docs/reference/image_to_mosaic-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/image_to_mosaic-5.png -------------------------------------------------------------------------------- /docs/reference/image_to_mosaic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/image_to_mosaic.html -------------------------------------------------------------------------------- /docs/reference/image_to_scaled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/image_to_scaled.html -------------------------------------------------------------------------------- /docs/reference/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/index.html -------------------------------------------------------------------------------- /docs/reference/layer_from_bricks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/layer_from_bricks.html -------------------------------------------------------------------------------- /docs/reference/lego_colors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/lego_colors.html -------------------------------------------------------------------------------- /docs/reference/pipe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/pipe.html -------------------------------------------------------------------------------- /docs/reference/scale_fill_brick-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/scale_fill_brick-1.png -------------------------------------------------------------------------------- /docs/reference/scale_fill_brick-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/scale_fill_brick-2.png -------------------------------------------------------------------------------- /docs/reference/scale_fill_brick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/scale_fill_brick.html -------------------------------------------------------------------------------- /docs/reference/scaled_to_colors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/scaled_to_colors.html -------------------------------------------------------------------------------- /docs/reference/table_pieces.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/table_pieces.html -------------------------------------------------------------------------------- /docs/reference/theme_brick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/reference/theme_brick.html -------------------------------------------------------------------------------- /docs/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/docs/sitemap.xml -------------------------------------------------------------------------------- /inst/extdata/demo_img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/inst/extdata/demo_img.jpg -------------------------------------------------------------------------------- /man/brickr-dots-ggproto.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/brickr-dots-ggproto.Rd -------------------------------------------------------------------------------- /man/brickr-ggproto.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/brickr-ggproto.Rd -------------------------------------------------------------------------------- /man/brickr.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/brickr.Rd -------------------------------------------------------------------------------- /man/bricks_from_coords.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/bricks_from_coords.Rd -------------------------------------------------------------------------------- /man/bricks_from_excel.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/bricks_from_excel.Rd -------------------------------------------------------------------------------- /man/bricks_from_mosaic.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/bricks_from_mosaic.Rd -------------------------------------------------------------------------------- /man/bricks_from_table.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/bricks_from_table.Rd -------------------------------------------------------------------------------- /man/build_bricks.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/build_bricks.Rd -------------------------------------------------------------------------------- /man/build_colors.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/build_colors.Rd -------------------------------------------------------------------------------- /man/build_instructions.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/build_instructions.Rd -------------------------------------------------------------------------------- /man/build_mosaic.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/build_mosaic.Rd -------------------------------------------------------------------------------- /man/build_mosaic_dots.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/build_mosaic_dots.Rd -------------------------------------------------------------------------------- /man/build_pieces.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/build_pieces.Rd -------------------------------------------------------------------------------- /man/build_pieces_table.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/build_pieces_table.Rd -------------------------------------------------------------------------------- /man/collect_bricks.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/collect_bricks.Rd -------------------------------------------------------------------------------- /man/figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/figures/logo.png -------------------------------------------------------------------------------- /man/geom_brick_dots.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/geom_brick_dots.Rd -------------------------------------------------------------------------------- /man/geom_brick_rect.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/geom_brick_rect.Rd -------------------------------------------------------------------------------- /man/image_to_mosaic.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/image_to_mosaic.Rd -------------------------------------------------------------------------------- /man/image_to_scaled.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/image_to_scaled.Rd -------------------------------------------------------------------------------- /man/lego_colors.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/lego_colors.Rd -------------------------------------------------------------------------------- /man/pipe.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/pipe.Rd -------------------------------------------------------------------------------- /man/scaled_to_colors.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/man/scaled_to_colors.Rd -------------------------------------------------------------------------------- /pkgdown/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/extra.css -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/favicon/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/favicon/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/favicon/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/favicon/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/favicon/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /pkgdown/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /pkgdown/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /pkgdown/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /pkgdown/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/pkgdown/favicon/favicon.ico -------------------------------------------------------------------------------- /vignettes/.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | *.R 3 | -------------------------------------------------------------------------------- /vignettes/dem_01.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/vignettes/dem_01.tif -------------------------------------------------------------------------------- /vignettes/models-from-other.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/vignettes/models-from-other.Rmd -------------------------------------------------------------------------------- /vignettes/models-from-program.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/vignettes/models-from-program.Rmd -------------------------------------------------------------------------------- /vignettes/models-from-tables.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/vignettes/models-from-tables.Rmd -------------------------------------------------------------------------------- /vignettes/models-piece-type.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/vignettes/models-piece-type.Rmd -------------------------------------------------------------------------------- /vignettes/mosaics.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryantimpe/brickr/HEAD/vignettes/mosaics.Rmd --------------------------------------------------------------------------------