Learn R Programming

barsurf (version 0.7.0)

22_standardized_palette_interface: Standardized Palette Interface

Description

Functions to get the default and global 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)

Arguments

theme

Optional string, the name of a supported theme. Refer to set.bs.theme.

Value

The top, side and sgrid functions, return a single (R color) string. The iso functions, return a character (R color) vector.

The litmus.fit functions, return a litmus-fitting function.

Details

Theses functions return strings or litmus-fitting functions objects.

If theme is provided, they return the strings or litmus-fitting functions, for a particular theme. If theme isn't provided, they return the strings or litmus-fitting functions, set by global options.

References

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

See Also

set.bs.theme, set.bs.options

Examples

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

Run the code above in your browser using DataLab