BasicPlot: Read multiply PIHM output files and do time-series plot

Description Usage Arguments Value

View source: R/readout.R

Description

Read multiply PIHM output files and do time-series plot

Usage

1
2
3
4
5
6
7
BasicPlot(varname = c(paste0("eley", c("surf", "unsat", "gw")),
  paste0("elev", c("prcp", "infil", "rech")), paste0("elev", c("etp",
  "etev", "ettr", "etic")), paste0("rivq", c("down", "sub", "surf")),
  paste0("rivy", "stage")), sp.riv = NULL,
  rdsfile = file.path(get("outpath", envir = .pihm), "BasicPlot.RDS"),
  plot = TRUE, imap = FALSE, iRDS = TRUE, return = T,
  w.focal = matrix(1/9, 3, 3))

Arguments

varname

vector of output keywords

sp.riv

River SpatialLine*

rdsfile

Save RDS file

plot

Whether do the time-series plot

imap

Whether do the raster plot for Element data. Only works for element data

iRDS

Whether save RDS file.

return

Whether return the data. Some the results are too huge to load in memoery at once.

Value

A list of TimeSeries data.


happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.