View source: R/geopressureviz.R
geopressureviz | R Documentation |
GeoPressureViz is a shiny app designed to help you visualize the overall trajectory of the bird as well as each step-by-step move. This app is particularly useful to check the correspondence between pressure map, light map and flight distance. You can edit the path and query pressure time series for individual stationary period to test manual what seems the optimal path.
geopressureviz(x, path = NULL, marginal = NULL, launch_browser = TRUE)
x |
a GeoPressureR |
path |
a GeoPressureR |
marginal |
map of the marginal probability computed with |
launch_browser |
If true (by default), the app runs in your browser, otherwise it runs on Rstudio. |
GeoPressureViz can be started based on a .Rdata
file containing at least tag
, but also
optionally marginal
and/or path
(path_most_likely
is also accepted).
You can retrieved the edited path from the global environment variable path_geopressureviz
.
Learn more about GeoPressureViz in the GeoPressureManual or with this demo of the Great Reed Warbler (18LX).
The updated path visualized in the app. Can also be retrieved with
.GlobalEnv$path_geopressureviz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.