Learn R Programming

barsurf (version 0.6.1)

22_standardized_palette_interface: Standardized Palette Interface

Description

Functions to get the default color objects.

Usage

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 ()

Arguments

theme

String, the name of a supported theme.

Value

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.

Details

The st functions, return objects, for a particular theme.

And the opt functions, return objects, set by global options.

References

Refer to the vignette for an overview, references and better examples.

See Also

set.bs.options This provides information about themes.

Examples

Run this code
# NOT RUN {
st.litmus.fit ("blue")
# }

Run the code above in your browser using DataLab