pavoR package for the spectral and spatial analysis of color
patternsCurrently maintained by Thomas White and Hugo Gruson.
pavo is an R package developed with the goal of
establishing a flexible and integrated workflow for working with
spectral and spatial colour data. It includes functions that take
advantage of new data classes to work seamlessly from importing raw
spectra and images, to visualisation and analysis. It provides flexible
ways to input spectral data from a variety of equipment manufacturers,
process these data, extract variables, and produce publication-quality
figures.
pavo was written with the following workflow in
mind:
pavo went through several major revisions since its first release in 2013, and two publications describe this work.
When citing the package pavo in publications, please include both citations:
Maia R, Eliason C, Bitton P, Doucet S, Shawkey M (2013). “pavo: an R Package for the analysis, visualization and organization of spectral data.” Methods in Ecology and Evolution, 4, 609-613. doi:10.1111/2041-210X.12069 https://doi.org/10.1111/2041-210X.12069.
Maia R, Gruson H, Endler J, White T (2019). “pavo 2: new tools for the spectral and spatial analysis of colour in R.” Methods in Ecology and Evolution, 10(7). doi:10.1111/2041-210X.13174 https://doi.org/10.1111/2041-210X.13174.
This is the development page for pavo. The stable
release is available from CRAN. Simply use
install.packages("pavo") to install.
If you want to install the bleeding edge version of
pavo, you can:
remotes
package:# install.packages("remotes")
remotes::install_github("rmaia/pavo")$R CMD INSTALL or, from within R:install.packages(path, type = "source", repos = NULL)