Skip to content

Latest commit

 

History

History
 
 

maespa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PEcAn.MAESPA

Lifecycle: experimental PEcAn.MAESPA status badge

PEcAn Functions Used for Ecological Forecasts and Reanalysis using MAESPA

Installation

You can install the development version of PEcAn.MAESPA from r-universe like so:

# Enable repository from pecanproject
options(repos = c(
  pecanproject = 'https://pecanproject.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))
# Download and install PEcAn.MAESPA in R
install.packages('PEcAn.MAESPA')

Or you can install directly from GitHub with the remotes package like so:

library(remotes)
install_github('pecanproject/pecan',  subdir = "models/maespa")

Example

This is a basic example which shows you how to solve a common problem:

library(PEcAn.MAESPA)
## basic example code