/PCLakeR

Primary LanguageRMIT LicenseMIT

PCLakeR

R package for basic PCLake model running. This package does not contain the source code for the model, only the executable. This package was inspired by GLMr.

Installation

You can install PCLakeR from Github with:

# install.packages("devtools")
devtools::install_github("aemon-j/PCLakeR")

Usage

Compatible with Linux (tested on Ubuntu 18.04.3 LTS).

Run

library(PCLakeR)
sim_folder <- system.file('extdata', package = 'PCLakeR')
run_pclake(sim_folder, par_file = 'langtjern.par')