added formats to 03_make_figures.R
added png to example in README
This commit is contained in:
parent
67c794c419
commit
669b151124
@ -12,6 +12,15 @@ tiff(filename = "figures/map.tiff",
|
|||||||
res = 600,
|
res = 600,
|
||||||
compression = "lzw")
|
compression = "lzw")
|
||||||
|
|
||||||
|
png(filename = "figures/map.png",
|
||||||
|
width = 6600,
|
||||||
|
height = 10200,
|
||||||
|
res = 600)
|
||||||
|
|
||||||
|
svg(filename = "figures/map.svg",
|
||||||
|
width = 11,
|
||||||
|
height = 17)
|
||||||
|
|
||||||
# plot map
|
# plot map
|
||||||
|
|
||||||
plot(sf::st_geometry(extent_poly),
|
plot(sf::st_geometry(extent_poly),
|
||||||
|
@ -8,4 +8,4 @@ Downloads USGS data for a given location and makes a pretty map of the rivers. T
|
|||||||
3. Run the scripts. Downloading the data and loading the data will take the longest. The whole of Wisconsin downloads ~12GB of data
|
3. Run the scripts. Downloading the data and loading the data will take the longest. The whole of Wisconsin downloads ~12GB of data
|
||||||
|
|
||||||
## Example figure
|
## Example figure
|
||||||

|

|
||||||
|
0
figures/map.svg
Normal file
0
figures/map.svg
Normal file
Loading…
x
Reference in New Issue
Block a user