RS-eco / divViz

Visualisation tool for biodiversity data

Home Page:https://rs-eco.shinyapps.io/divViz/, https://rs-eco.shinyapps.io/divViz_de/, https://rs-eco.shinyapps.io/divViz_plotly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

divViz: Visualisation tool for biodiversity data

Overview

You are visiting the github repository of the divViz (Visualisation tool for biodiversity data) package. divViz is a shiny based web app supporting interactive exploratory data analysis of simulated biodiversity data.

The main purpose of divViz is:

  • Provide a toolbox for researchers to explore species & biodiversity data on the fly

This is what divViz looks like:

If you are interested to see what divViz has to offer without diving into R, click here.

Installation

If you are in for the full treat and want to test divViz from within R, run the following in your R session to install the divViz package from Github:

if (!require("remotes")) {
  install.packages("remotes")
}
remotes::install_github("RS-eco/divViz")

Load package

Next you will have to load the package

library(divViz)

Shiny app

You can now start the divViz Shiny app with:

library(shiny)
runApp()

About

Visualisation tool for biodiversity data

https://rs-eco.shinyapps.io/divViz/, https://rs-eco.shinyapps.io/divViz_de/, https://rs-eco.shinyapps.io/divViz_plotly/

License:GNU General Public License v3.0


Languages

Language:R 100.0%