profileInit | R Documentation |
Initialize a light profile plot for plotting
profileInit(date, light, lmax = 64, xlab = "", main = "")
profileOverlay(date, light, threshold = NULL, point = FALSE, lag = TRUE,
profile.col = defaultPalette[c(9, 5, 2)],
threshold.col = defaultPalette[1], point.cex = 0.6)
date |
a list of three sequences of sample times as POSIXct. |
light |
a list of three sequences of observed light levels |
lmax |
the maximum light level. |
xlab |
the x axis label. |
main |
the main title. |
threshold |
threshold levels to display |
point |
show individual observations as points? |
lag |
show profiles from neighbouring days |
profile.col |
the colours of the three light profiles. |
threshold.col |
the colour of the threshold markers. |
point.cex |
expansion factor for plot points. |
Sets up axes for drawing light profile plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.