View source: R/plot.phenologydata.R
| plot.phenologydata | R Documentation |
The function plot.phenologydata plots the observations.
## S3 method for class 'phenologydata'
plot(
x,
...,
series = "all",
moon = FALSE,
season = NULL,
col.observations = "black",
col.minimum.observations = "blue",
col.grouped.observations = "green"
)
x |
A result file generated by add_phenology |
... |
Parameters used by plot |
series |
Name or number of series to be plotted or 'all' |
moon |
If TRUE, the moon phase is ploted. Default is FALSE |
season |
Which season to plot |
col.observations |
Color of the points |
col.minimum.observations |
Color of the points indicating minimum counts |
col.grouped.observations |
Color of the lines indicating grouped observations |
plot.phenologydata plots the observation data of phenology.
Nothing.
Marc Girondot marc.girondot@gmail.com
Other Phenology model:
AutoFitPhenology(),
BE_to_LBLE(),
Gratiot,
LBLE_to_BE(),
LBLE_to_L(),
L_to_LBLE(),
MarineTurtles_2002,
MinBMinE_to_Min(),
adapt_parameters(),
add_SE(),
add_phenology(),
extract_result(),
fit_phenology(),
likelihood_phenology(),
logLik.phenology(),
map_Gratiot,
map_phenology(),
par_init(),
phenology(),
phenology2fitRMU(),
phenology_MHmcmc(),
phenology_MHmcmc_p(),
plot.phenology(),
plot.phenologymap(),
plot_delta(),
plot_phi(),
print.phenology(),
print.phenologymap(),
print.phenologyout(),
remove_site(),
result_Gratiot,
result_Gratiot1,
result_Gratiot2,
result_Gratiot_Flat,
summary.phenology(),
summary.phenologymap(),
summary.phenologyout()
## Not run:
library(phenology)
# Read a file with data
data(Gratiot)
# Generate a formatted list nammed data_Gratiot
data_Gratiot <- add_phenology(Gratiot, name = "Complete",
reference = as.Date("2001-01-01"), format="%d/%m/%Y")
plot(data_Gratiot)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.