Under development.
The package provides an example of climatic data exploring within a
Shiny Application. The data (israel_caves-2024.nc) origin from
climatic sensors set in 12 caves located in Israel. The climate data
(temperature, relative humidity, and dew point) were collected from
loggers set in various lighting zones (dark, light, twilight or control)
throughout each cave. The measurements were taken hourly from 2019-2021.
Download and install R and RStudio. We recommend using RStudio, since it works faster with the RStudio’s browser window.
Run the following commands:
install.packages("remotes")
library(remotes)
install_github("MityaVasyukov/ICCP@main")We also have a video of installation process and app observing:
Run the following commands:
library(ICCP)
iccp()