stsplothook | R Documentation |
stsplot_time1
Hook functions can be passed to stsplot_time1
,
which are evaluated after all the plotting has been done,
and with the hook function environment set to the evaluation environment
of stsplot_time1
such that local variables can be accessed.
They are not intended to be called directly.
stsplothook_highlight(christmas = FALSE, epochInYear = NULL, col = 2, lwd = 2)
christmas |
logical indicating if Christmas should be highlighted. |
epochInYear |
integer vector of epochs to highlight. |
col , lwd |
graphical parameters for the highlighting lines. |
Sebastian Meyer
plot(noroBE("agegroups"), hookFunc = stsplothook_highlight(epochInYear=51))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.