plotrecord: plotrecord

Description Usage Arguments Value

View source: R/PlotFunctions.R

Description

Plots estimated and observed data

Usage

1
2
plotrecord(data, datavalue, date, obsdata, obsdatavalue, obsdate, lake = "",
  labels = TRUE, ylab = expression(paste("Chl-a (", mu, "g/L)")))

Arguments

data

Dataframe with estimated values

datavalue

string, name of column with values in estimated dataframe

date

string, name of column with date of imagery used for estimating values (must be date class)

obsdata

Dataframe with Observed Data

obsdatavalue

string, name of column with values in observed dataframe

obsdate

string, name of column with date of observation (must be date class)

lake

string, Name of Lake

labels

optional for plotting

ylab

string, label for y axis

Value

plot of estimated and observed data


RSAlgaeR documentation built on May 2, 2019, 3:48 p.m.