read.efc: Read loaded EverForecast data saved to disk

View source: R/read_efc.R

read.efcR Documentation

Read loaded EverForecast data saved to disk

Description

Load an EverForecast list saved with write.efc. Returns a list of SpatRasters.

Usage

read.efc(directory = "G:/data/ever4cast/20220501/output/")

Arguments

directory

character. Input directory

Value

list of SpatRasters

Examples


## 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)


troyhill/EvergladesEBM documentation built on Nov. 19, 2023, 8:39 a.m.