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

Fuzzy clustering of vegetation data vegclust website

CRAN_Status_Badge R-CMD-check

Introduction

Package vegclust is a package designed to assist analyses of vegetation structure and composition. It is intended to be useful for community ecologists and forest engineers, but the clustering functions can be used in other fields. The package provides functions to:

Package installation

Package vegclust can be found at CRAN package repository. In addition, the latest stable vegclust R package can be installed from GitHub as follows:

devtools::install_github("emf-creaf/vegclust")

Additionally, users can have help to run package functions directly as package vignettes, by forcing their inclusion in installation:

devtools::install_github("emf-creaf/vegclust", 
                         build_opts = c("--no-resave-data", "--no-manual"),
                         build_vignettes = TRUE)

Note about 'Community Trajectory Analysis'

Until ver. 2.0, package vegclust included functions to conduct Community Trajectory Analysis (CTA). Since ver. 2.0 these functions have been moved to an independent package ecotraj available at https://github.com/emf-creaf/ecotraj/ and also in CRAN.

Maintenance

Although not in active development, the R package is maintained by the Ecosystem Modelling Facility unit at CREAF (in Spain).

References



emf-creaf/vegclust documentation built on July 27, 2024, 7:32 a.m.