Skip to content
/ EBASE Public

❗ This is a read-only mirror of the CRAN R package repository. EBASE — Estuarine Bayesian Single-Station Estimation Method for Ecosystem Metabolism. Homepage: https://fawda123.github.io/EBASE/https://github.com/fawda123/EBASE/ Report bugs for this package: https://github.com/fawda123/EBASE/issues

Notifications You must be signed in to change notification settings

cran/EBASE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EBASE

R-CMD-check EBASE status badge pkgdown Codecov test coverage CRAN status

R package for Estuarine BAyesian Single-station Estimation (EBASE) method for ecosystem metabolism.

Installation

Install the package as follows:

# Install EBASE in R:
install.packages('EBASE', repos = c('https://fawda123.r-universe.dev', 'https://cloud.r-project.org'))

The JAGS software must also be installed to use this package. Follow the instructions in the link to download and install the version appropriate for your operating system.

Minimal example

library(dplyr)
library(lubridate)
library(doParallel)

# get four days of data
dat <- exdat %>%
  filter(month(DateTimeStamp) == 6 & day(DateTimeStamp) %in% 1:4)

##
# run ebase with defaults

# setup parallel backend
cl <- makeCluster(2)
registerDoParallel(cl)

res <- ebase(dat, interval = 900, Z = 1.85)

stopCluster(cl)

About

❗ This is a read-only mirror of the CRAN R package repository. EBASE — Estuarine Bayesian Single-Station Estimation Method for Ecosystem Metabolism. Homepage: https://fawda123.github.io/EBASE/https://github.com/fawda123/EBASE/ Report bugs for this package: https://github.com/fawda123/EBASE/issues

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors