read.efc | R Documentation |
Load an EverForecast list saved with write.efc. Returns a list of SpatRasters.
read.efc(directory = "G:/data/ever4cast/20220501/output/")
directory |
character. Input directory |
list of SpatRasters
## Not run:
everforecastDirectory <- "C:/path/to/data"
dat1 <- loadSims(directory = everforecastDirectory)
write.efc(x = dat1, directory = "G:/data/ever4cast/20220501/output/")
newdat <- read.efc(directory = "G:/data/ever4cast/20220501/output/")
newdat
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.