knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(SORTIEpractice)

Introduction

This vignette provides an overview of how to use the rSORTIE package.
Other vignettes go into specific actions and functions within the rSORTIE package.

The goal of the rSORTIE package is to make the SORTIE-ND model more widely accessible to a wider audience. Operating the SORTIE-ND model through R allows for a continuous workflow, transparent and reproducible research, and clear documentation.

SORTIE-ND is an individual tree, spatially explicit model of forest dynamics.

Step 1: Set global parameters and import data

Here we can walk through chunks of code

Step 2: Clean data (if needed)

Step 3: Update parameter files

Step 4: Add treatments

See other vignettes

Step 5: Run the model

Step 6: Extract and Parse output files

See other vignettes



leah-walker/SORTIEpractice documentation built on Dec. 21, 2021, 9:47 a.m.