Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.12 KB

File metadata and controls

44 lines (30 loc) · 1.12 KB

ICCP : Israeli caves climate project 2025

Status

Under development.

Overview

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.

Installation

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: Installation Tutorial

Usage

Run the following commands:

library(ICCP)
iccp()