plot_tag_light | R Documentation |
tag
This function display a plot of light time series recorded by a tag
plot_tag_light(tag, transform_light = TRUE, plot_plotly = TRUE)
tag |
a GeoPressureR |
transform_light |
logical to display a log transformation of light |
plot_plotly |
logical to use |
a plot or ggplotly object.
Other plot_tag:
plot_tag_acceleration()
,
plot_tag_pressure()
,
plot_tag_temperature()
,
plot_tag_twilight()
withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
tag <- tag_create("18LX", quiet = TRUE)
})
plot_tag_light(tag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.