Get all n dimensional state names

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") }