| seasonalPlot | R Documentation | 
Seasonal plots with quantiles for LFMC data
seasonalPlot( speciesCode = 1, siteCode = 1, period = "Fortnight", MOutliers = T, AOutliers = F, plotCurrentYear = F )
| 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. | 
A seasonal plot of an specific species-site request.
## Not run: 
   setDBpath("../data/lfmc.sqlite")
   seasonalPlot(speciesCode = 1, siteCode = 5, period = "Month")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.