-
Notifications
You must be signed in to change notification settings - Fork 214
/
_pkgdown.yml
110 lines (104 loc) · 3.61 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
url: https://www.rayshader.com
pandoc: 2.3.1
pkgdown: 1.3.0.9000
pkgdown_sha: 2f40b4769ea9ad2312aa4cc93f27ab116461543b
articles: []
template:
opengraph:
image:
src: man/figures/website.jpg
alt: "Picture of a 3D map made with rayshader"
twitter:
creator: "@tylermorganwall"
card: summary_large_image
figures:
dpi: 96
dev.args: []
fig.ext: png
fig.width: 8
fig.height: ~
fig.retina: 2
fig.asp: 1
bg: NA
other.parameters: []
reference:
- title: "Creating Hillshades"
desc: "Functions for generating hillshades"
contents:
- ends_with("shade")
- starts_with("create")
- title: "Creating Overlays"
desc: "Functions for generating overlays to add to maps"
contents:
- starts_with("generate")
- starts_with("detect")
- title: "Adding Shadows and Overlays to Maps"
desc: "Functions adding layers to maps."
contents:
- starts_with("add")
- title: "Plotting and Saving 2D and 3D Visualizations"
desc: "Functions for displaying/saving 2D visualizations and 3D prints/models"
contents:
- starts_with("plot")
- starts_with("save")
- starts_with("convert")
- title: "Manipulate and Capture 3D Maps"
desc: "Functions for adding features to 3D maps, rendering post-processing effects, and saving snapshots"
contents:
- starts_with("render")
- title: "Helper functions for manipulating rasters"
desc: "Helper functions to manipulate and simplify rasters."
contents:
- starts_with("calculate")
- starts_with("raster")
- starts_with("resize")
- starts_with("reduce_matrix_size")
- title: "Included Data"
desc: "Elevation data included with rayshader"
contents:
- "montereybay"
- "monterey_counties_sf"
- "monterey_roads_sf"
- "washington_monument_multipolygonz"
- starts_with("flag")
- title: "pkgdown utils"
desc: "Internal but must be exported to meet CRAN guidelines"
contents:
- starts_with("run")
navbar:
title: "rayshader"
type: inverse
left:
- icon: fa-home
href: index.html
- text: "Tutorials/Blog Posts"
menu:
- text: "Tutorial: Adding Open Street Map Data to Rayshader Maps in R"
href: https://www.tylermw.com/adding-open-street-map-data-to-rayshader-maps-in-r/
- text: "A Step-by-Step Guide to Making 3D Maps with Satellite Imagery in R"
href: https://www.tylermw.com/a-step-by-step-guide-to-making-3d-maps-with-satellite-imagery-in-r/
- text: "Introducing 3D ggplots with rayshader"
href: https://www.tylermw.com/3d-ggplots-with-rayshader/
- text: "Portrait Mode for Data: Rayshader + Rayfocus"
href: https://www.tylermw.com/portrait-mode-data/
- text: "From R to Reality: 3D Printing Maps with Rayshader"
href: https://www.tylermw.com/3d-printing-rayshader/
- text: "Slicing Through Monterey Bay: Creating 3D Maps with Rayshader"
href: https://www.tylermw.com/3d-maps-with-rayshader/
- text: "Draining Lake Mead: Making Beautiful Maps with Rayshader"
href: https://www.tylermw.com/making-beautiful-maps/
- text: "Throwing Shade at the Cartographer Illuminati: Raytracing the Washington Monument in R"
href: https://www.tylermw.com/throwing-shade/
- icon: fa-newspaper-o
text: "Changelog"
href: news/index.html
right:
- icon: fa-file-code-o
text: "functions"
href: reference/index.html
- icon: fa-github fa-lg
text: "GitHub"
href: https://github.com/tylermorganwall/rayshader
authors:
Tyler Morgan-Wall:
href: https://www.tylermw.com