NOAA-EDAB / tech-doc

Technical documentation for ecosystem reporting
https://noaa-edab.github.io/tech-doc
Other
8 stars 9 forks source link

Figures #64

Closed slucey closed 4 years ago

slucey commented 4 years ago

@kimberly-bastille what is the best way to build a figure in one of these chapters? I want to add the new strata/epu map and am not sure if I should just import my code or if loading a pre-made figure is easier. If the first, I'll need to know where to put the shapefiles.

kimberly-bastille commented 4 years ago

I haven't been able to get maps to work smoothly from code with Travis so I store them in images and then include them using the code below.

knitr::include_graphics(file.path(image.dir, "map-x.png"))
slucey commented 4 years ago

OK...will upload the image then.