PredictiveEcology / LandR

Licence: GPL-3.0 license
Landscape Ecosystem Modelling in R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to LandR

MAnorm2
MAnorm2 for Normalizing and Comparing ChIP-seq Samples
Stars: ✭ 15 (+7.14%)
Mutual labels:  r-package
realtime
No description or website provided.
Stars: ✭ 15 (+7.14%)
Mutual labels:  r-package
datastorr
Simple data versioning and distribution
Stars: ✭ 57 (+307.14%)
Mutual labels:  r-package
opencage
🌐 R package for the OpenCage API -- both forward and reverse geocoding 🌐
Stars: ✭ 82 (+485.71%)
Mutual labels:  r-package
bcdata
An R package for searching & retrieving data from the B.C. Data Catalogue
Stars: ✭ 68 (+385.71%)
Mutual labels:  r-package
awspack
Amazon Web Services Bundle Package
Stars: ✭ 14 (+0%)
Mutual labels:  r-package
easyclimate
Easy access to high-resolution daily climate data for Europe
Stars: ✭ 26 (+85.71%)
Mutual labels:  r-package
dashboard
A R package dashboard generator
Stars: ✭ 42 (+200%)
Mutual labels:  r-package
mapr
Map species occurrence data
Stars: ✭ 34 (+142.86%)
Mutual labels:  r-package
inline
Inline C, C++ or Fortran functions in R
Stars: ✭ 33 (+135.71%)
Mutual labels:  r-package
rodev
⛔ ARCHIVED ⛔ Helper for rOpenSci Package Developpers
Stars: ✭ 24 (+71.43%)
Mutual labels:  r-package
colocr
An R package for conducting co-localization analysis. Edit
Stars: ✭ 22 (+57.14%)
Mutual labels:  r-package
flyio
Input Output Files in R from Cloud or Local
Stars: ✭ 46 (+228.57%)
Mutual labels:  r-package
BAS
BAS R package https://merliseclyde.github.io/BAS/
Stars: ✭ 36 (+157.14%)
Mutual labels:  r-package
modeltime.gluonts
GluonTS Deep Learning with Modeltime
Stars: ✭ 31 (+121.43%)
Mutual labels:  r-package
linguisticsdown
Easy Linguistics Document Writing with R Markdown
Stars: ✭ 24 (+71.43%)
Mutual labels:  r-package
ghql
GraphQL R client
Stars: ✭ 128 (+814.29%)
Mutual labels:  r-package
geoknife
R tools for geo-web processing of gridded data via the Geo Data Portal. geoknife slices up gridded data according to overlap with irregular features, such as watersheds, lakes, points, etc.
Stars: ✭ 64 (+357.14%)
Mutual labels:  r-package
flipper
Make it easy to flip through R packages from CRAN, Bioconductor, and GitHub
Stars: ✭ 13 (-7.14%)
Mutual labels:  r-package
phsmethods
An R package to standardise methods used in Public Health Scotland (https://public-health-scotland.github.io/phsmethods/)
Stars: ✭ 43 (+207.14%)
Mutual labels:  r-package

LandR

R build status CRAN_Status_Badge CRAN Downloads Codecov test coverage

Landscape Ecosystem Modelling in R

Utilities for 'LandR' suite of landscape simulation models. These models simulate forest vegetation dynamics based on LANDIS-II, and incorporate fire and insect disturbance, as well as other important ecological processes. Models are implemented as SpaDES modules.

Installation

Current release

R build status Codecov test coverage

Install from CRAN:

#install.packages("LandR") ## not yet on CRAN

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandR", dependencies = TRUE) 

Development version

R build status Codecov test coverage

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/LandR", ref = "development", dependencies = TRUE) 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].