plot.eden: Plot EDEN data

View source: R/plot_EDEN.R

plot.edenR Documentation

Plot EDEN data

Description

Plot EDEN objects (lists with data and dates)

Usage

plot.eden(x, y = NULL, ...)

Arguments

x

EDEN object

y

NULL; not used

Value

a plot

Examples


## Not run: 
dat1 <- getEDEN(EDEN_date = Sys.Date(), returnType = 'terra')

plot.eden(dat1)

dat2 <- getEDEN(EDEN_date = Sys.Date(), returnType = 'sf')
plot.eden(dat2)

## End(Not run)


troyhill/fireHydro documentation built on Feb. 2, 2023, 12:09 p.m.