Welcome to ClientVPS Mirrors

README

README

CDSimX

Climate Data Simulation and Forecasting Toolkit for R

CDSimX is an advanced R package for:

Installation

# install.packages("remotes")
remotes::install_github("ikemillar/CDSimX")

Example

library(CDSimX)

stations <- create_stations(n = 3)

time_index <- generate_time_index(
  start_date = "2000-01-01",
  end_date = "2020-12-31"
)

climate <- simulate_climate(
  stations = stations,
  time_index = time_index
)

head(climate)

Features

Author

Isaac Osei

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.