loon (version 1.3.3)

l_nDimStateNames: N dimensional state names access

Description

Get all n dimensional state names

Usage

l_nDimStateNames(loon_plot)

Arguments

loon_plot

A loon widget or the class name of a loon plot

Examples

Run this code
# NOT RUN {
if(interactive()){

p <- l_plot()
l_nDimStateNames(p)
l_nDimStateNames("l_plot")

}
# }

Run the code above in your browser using DataLab