--- title: "colorSpec User Guide" author: "Glenn Davis" date: "`r Sys.Date()`" output: rmarkdown::html_vignette: css: widevignette.css # width 900px to match the included tables toc: true toc_depth: 2 number_sections: true bibliography: bibliography.bib csl: personal.csl # csl: institute-of-mathematical-statistics.csl # csl: transactions-on-mathematical-software.csl vignette: > %\VignetteIndexEntry{colorSpec User Guide} %\VignetteEngine{knitr::rmarkdown} --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) library(colorSpec) ``` **colorSpec** is an **R** package providing an S3 class with methods for color spectra. It supports the standard calculations with spectral properties of light sources, materials, cameras, eyes, scanners, etc.. And it works well with the more general action spectra. Many ideas are taken from packages **hsdar** @hsdar, **hyperSpec** @hyperSpec, **pavo** @pavo, **photobiology** @photobiology, and **zoo** @zoo. Some features: The following packages are **Imports**: The following packages are **Suggests**: Some non-features: ```{r echo=FALSE, results='asis'} includetable <- function( path, height ) { tmp1 <- URLencode( paste(readLines(path,warn=FALSE), collapse="\n"), reserved = TRUE ) tmp2 <- sprintf( '", style="border: none; seamless:seamless; width: 900px; height: %s" >', height ) # cat( '