nsink_load | R Documentation |
Load an existing N-Sink analysis folder
nsink_load(input_folder, base_name = "nsink_", projection = NULL, ...)
input_folder |
Folder that contains nsink files produced by
|
base_name |
A base name used to assign objects to the global environment. |
projection |
An optional CRS specified as a either an EPSG code (as numeric) or WKT (as string). Useful if projection is returned as unknown. |
... |
Passes to |
Creates several lists in the global environment that would normally
be created when running an N-Sink analysis. These include:
a nsink_prep_data
object,
a nsink_calc_removal
object, and a
nsink_generate_static_maps
object
## Not run:
library(nsink)
aea <- 5072
nsink_build(nsink_get_huc_id("Niantic River")$huc_12, aea,
output_folder = "nsink_output", samp_dens = 300)
nsink_load(input_folder = "nsink_output",
base_name = "nsink_")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.