Article published - Introducing Rveg: An R Package for Phytosociological Data Digitizing
Abstract Rveg is an open-source package extension for the R statistical programming language, designed to facilitate the efficient and straightforward digitization of phytosociological relevés (vegetation plot observations) into plain comma-separated values (CSV) format. This format is easily importable into the R environment for data editing and analysis. Rveg distinguishes itself through enhanced efficiency, simplicity, and accessibility compared to alternative software solutions.
The report of the software for managing your databases of phytosociological relevés is published at Journal of Vegetation Science. You can create your database in the R environment and later on analyze data in R or export for the phytosociological software Juice.
Minimal requirement for the Rveg to work is to have installed the R software. It can be downloaded from here. The Rveg then can be installed by running functions install.packages(“Rveg”), require(Rveg)