summaryPlotSPT: Summary plot for SpT processes

Description Usage Arguments Examples

View source: R/summaryPlotSPT.R

Description

Update the seasons for LU

Usage

1
2
summaryPlotSPT(spdata, bgmap = NULL, date.format = "month", plot.all = T,
  title = "")

Arguments

spdata

spatial dataframe format, with dates in the attached data.

bgmap

background spatial map.

date.format

date format

plot.all

boolean. Should all information be plotted

title

title of the plot.

Examples

1
2
3
4
5
6
7
data("WaterQuality")
SOI = levels(as.factor(WQ_PPB$Species))[32]
subWQ.df = subset(WQ_PPB, Species == SOI, select = c(Date,Measure,Site,Latitude, Longitude))
subWQ.df = subWQ.df[!is.na(subWQ.df$Measure),]
subWQ.df$Site = as.factor(subWQ.df$Site)
SP = SpatialPointsDataFrame(coords = subWQ.df[,c("Longitude", "Latitude")], data = subWQ.df)
summaryPlotSPT(SP)

ick003/SpTMixture documentation built on May 18, 2019, 2:32 a.m.