l_nDimStateNames {loon}R Documentation

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

if(interactive()){

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

}

[Package loon version 1.4.1 Index]