readEot: Read 'Eot'* files from disk

View source: R/readEot.R

readEotR Documentation

Read Eot* files from disk

Description

Read Eot* related files from disk, e.g. for further use with predict or plot.

Usage

readEot(x, prefix = "remote", suffix = "grd")

Arguments

x

character, search path for Eot* related files passed to list.files.

prefix

character, see writeEot for details. Should be the same as previously supplied to eot.

suffix

character, file extension depending on the output file type of locally stored Eot* files, see writeRaster.

Value

An Eot* object.

Author(s)

Florian Detsch

See Also

eot, writeEot, writeRaster.

Examples

## Not run: 
## calculate 3 leading modes
data(vdendool)
nh_modes <- eot(x = vdendool, n = 3, standardised = FALSE, 
                write.out = TRUE, path.out = "~/data")
                
## reimport related files
rm(nh_modes)
nh_modes <- readEot("~/data")
nh_modes

## End(Not run)


environmentalinformatics-marburg/remote documentation built on July 5, 2023, 4:36 p.m.