Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • nofritools
  • 2.0.0
  • 1.5.0
  • 1.4.1
  • 1.4.0
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1.0
  • 1.0.0
  • 0.5.0
  • 0.4.0
13 results

README.Rmd

pipeline status
coverage report

CRAN_Status_Badge RStudio_downloads_monthly RStudio_downloads_total

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

treePlotArea

Introduction

Please read the vignette.

Or, after installation, the help page:

help("treePlotArea-package", package = "treePlotArea")
  # insert developement page
  help_file <- file.path("man", "treePlotArea-package.Rd")
  captured <- gsub('_\b', '',  capture.output(tools:::Rd2txt(help_file) ))
  cat(captured, sep = "\n")

Installation

You can install treePlotArea from gitlab via:

if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("fvafrcu/treePlotArea")