powered by
Functions to get the default color objects.
st.top.color (theme) st.side.color (theme) st.sgrid.color (theme) st.iso.colors (theme)st.litmus.fit (theme) st.litmus.fit.hcv (theme) st.litmus.fit.flow (theme) st.litmus.fit.lum (theme)opt.top.color () opt.side.color () opt.sgrid.color () opt.iso.colors ()opt.litmus.fit () opt.litmus.fit.hcv () opt.litmus.fit.glass () opt.litmus.fit.flow () opt.litmus.fit.lum ()
st.litmus.fit (theme) st.litmus.fit.hcv (theme) st.litmus.fit.flow (theme) st.litmus.fit.lum (theme)
opt.top.color () opt.side.color () opt.sgrid.color () opt.iso.colors ()
opt.litmus.fit () opt.litmus.fit.hcv () opt.litmus.fit.glass () opt.litmus.fit.flow () opt.litmus.fit.lum ()
String, the name of a supported theme.
The top, side and sgrid functions, return a single (R color) string. The iso functions, return a character (R color) vector.
And the litmus.fit functions, return a litmus-fitting function.
The st functions, return objects, for a particular theme.
And the opt functions, return objects, set by global options.
Refer to the vignette for an overview, references and better examples.
set.bs.options This provides information about themes.
# NOT RUN { st.litmus.fit ("blue") # }
Run the code above in your browser using DataLab