R/rbms_methods.r
points.pheno_curve.Rd
points.pheno_curve Generic method to add points on a plot of the flight curve, where values are extracted from a pheno_curve object (outcome of the light_curve() function)
# S3 method for pheno_curve
points(data_x, year = NULL, weekday = 3, SiteID = NULL, BaseYear = NULL, ...)
pheno_curve object which is the outcome of the light_curve() function
integer or vector for the year(s) to be displayed (e.g. 2015 or c(2000, 2001)), default is NULL.
weekday to be used for date in weekly count, where 1 refers to Monday, default is 3 (Wednesday)
integer or string to ID the site to display, default the first site is displayed.
integer to identify the base year to plot the points, default is the actual year, but can be use to plot additional year on existing plot
additional parameters for base plot.
Returns a base plot with relative abundance (y) over time (x)