This repository hosts the source code of the virtual-biotic-pollination-flow
app, a shiny application available at this link: https://virtual-pollination-trade.shinyapps.io/virtual-biotic-pollination-flow/
The virtual-biotic-pollination-flow
app is a supplementary material accompanying the publication:
virtual-biotic-pollination-flow
app locallyIn order to run this app locally, you need install R
programming language.
Download the repository as a zip or clone using git
command line:
git clone --depth 1 https://github.com/virtual-pollination-trade/virtual-biotic-pollination-flow.git
Access the app folder:
cd virtual-biotic-pollination-flow
And run a new app instance with:
Rscript app.R
In your preferred browser, access the URL generated by the app instance.
Download the image:
docker pull kguidonimartins/vbpflow-app
Run the container:
docker run --rm -p 3838:3838 kguidonimartins/vbpflow-app
In your preferred browser, navigate to http://localhost:3838/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.