Skip to content
/ pavo Public
forked from rmaia/pavo

tools for the analysis of color data in R

License

Notifications You must be signed in to change notification settings

Bisaloo/pavo

 
 

Repository files navigation

pavo

cran version cran downloads Build Status Coverage status

An R package for the spectral and spatial analysis of color patterns

Currently maintained by Rafael Maia, Thomas White, and Hugo Gruson.

About

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:

  • Organise data by importing and processing spectra and images (e.g., to remove noise, negative values, smooth curves, etc.).
  • Analyse the resulting files, using spectral analyses of shape (hue, saturation, brightness), visual models based on perceptual data, and/or spatial adjacency and boundary strength analyses.
  • Visualise the output, with multiple options provided for exploration, presentation, and analysis.

Need more information, or help with the package?

Citing pavo

The manuscripts describing the package has been published and are free to access:

> v. 2.0

Maia R., Gruson H., Endler J.A. and White T.E. 2018 pavo 2: new tools for the spectral and spatial analysis of colour in R. bioRxiv. doi: 10.1101/427658

< v. 2.0

Maia R., Eliason C.M., Bitton P.-P., Doucet S.M. and Shawkey M.D. 2013. pavo: an R Package for the analysis, visualization and organization of spectral data. Methods in Ecology and Evolution 4(10):609-613. doi: 10.1111/2041-210X.12069

Install

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:

# install.packages('remotes')
remotes::install_github('rmaia/pavo')
  • download files from GitHub and install using $R CMD INSTALL or, from within R:
install.packages(path, type='source', repos=NULL)

About

tools for the analysis of color data in R

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • R 100.0%