Description Usage Arguments Value Author(s) Examples
Maxwell.triangle
Plots the Maxwell triangle, as a black
line, a color line or a polygon.
1 2 | Maxwell.triangle(primariesRGB=get("whitepointsRGB", envir = environment()),
conversionFunction=NULL,...)
|
primariesRGB |
primarie valuess for RGB color spaces |
conversionFunction |
optional function to perform the coordinate conversion |
... |
optional parameters for the plot command |
none
Jose Gama
1 2 3 4 5 | Maxwell.triangle()
xl<-yl<-0:1
Maxwell.triangle(xlim=xl,ylim=yl)
Maxwell.triangle(conversionFunction=CIE1931XYZ2CIE1976uv,
xlim=xl,ylim=yl,xlab="u'",ylab="v'")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.