Plot ForestGEO data

fgeo.plot helps you to plot ForestGEO data.

Installation

Install the latest stable version of fgeo.plot from CRAN with:

install.packages("fgeo.plot")

Or install the development version of fgeo.plot with:

# install.packages("devtools")
devtools::install_github("forestgeo/fgeo.plot")

Or install all fgeo packages in one step.

Example

library(fgeo.plot)

small_census <- fgeo.x::tree6_3species

autoplot(sp(small_census))
elevation <- fgeo.x::elevation

autoplot(
  sp_elev(small_census, elevation),
  fill = "red", 
  hide_color_legend = TRUE
)

Get started with fgeo

Information

Copy Link

Version

Down Chevron

Install

install.packages('fgeo.plot')

Monthly Downloads

277

Version

1.1.11

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 3rd, 2022

Functions in fgeo.plot (1.1.11)