seasonalPlot: Seasonal plots with quantiles for LFMC data

View source: R/seasonalPlot.R

seasonalPlotR Documentation

Seasonal plots with quantiles for LFMC data

Description

Seasonal plots with quantiles for LFMC data

Usage

seasonalPlot(
  speciesCode = 1,
  siteCode = 1,
  period = "Fortnight",
  MOutliers = T,
  AOutliers = F,
  plotCurrentYear = F
)

Arguments

speciesCode

Integer indicating the species code.

siteCode

Integer or a list indicating site codes.

period

String indicating if LFMC values are shown by month or fortnight.

MOutliers

Logical indicating if manually identified outliers are excluded.

AOutliers

Logical indicating if additive outliers are excluded.

plotCurrentYear

Logical indicating if data from the last two years are shown.

Value

A seasonal plot of an specific species-site request.

Examples

## Not run: 
   setDBpath("../data/lfmc.sqlite")
   seasonalPlot(speciesCode = 1, siteCode = 5, period = "Month")

## End(Not run)


spif-ctfc/LFMC documentation built on Sept. 29, 2022, 2:21 a.m.