fgeo.plot 1.1.9.9000
  • Reference
  • Changelog
  • fgeo

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", repos = these_repos)

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)
#> Registered S3 methods overwritten by 'ggplot2':
#>   method         from 
#>   [.quosures     rlang
#>   c.quosures     rlang
#>   print.quosures rlang

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

  • Getting help.
  • Contributing.
  • Contributor Code of Conduct.

Links

  • Download from CRAN at
    https://​cloud.r-project.org/​package=fgeo.plot
  • Browse source code at
    https://​github.com/​forestgeo/​fgeo.plot
  • Report a bug at
    https://​github.com/​forestgeo/​fgeo.plot/​issues
  • Learn more about ForestGEO at
    http://​www.forestgeo.si.edu/​

License

  • Full license
  • GPL-3

Community

  • Contributing guide
  • Code of conduct

Developers

  • Mauro Lepore
    Author, contractor, maintainer ORCID
  • CTFS-ForestGEO
    Copyright holder, funder

Developed by Mauro Lepore, CTFS-ForestGEO.

Site built with pkgdown 1.4.1.