knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
install.packages(path_to_file, repos = NULL)
library(rainbowLab)
traceOneRay()
generateRainbows()
data(rayData)
pdfData <- aggregateData(rayData)
plotPDF(pdfData)
plotIntesities(pdfData)
plotMaxima(pdfData)
plotFresnel()
plotRefractiveIndex()
help(package=rainbowLab)
?traceOneRay
vignette("rainbowLab Description")
vignette("rainbowLab Usage")
(Displays this document)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.