Raw File
l_glyphs_inspector_serialaxes.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/inspectors.R
\name{l_glyphs_inspector_serialaxes}
\alias{l_glyphs_inspector_serialaxes}
\title{Create a Serialaxes Glyph Inspector}
\usage{
l_glyphs_inspector_serialaxes(parent = NULL, ...)
}
\arguments{
\item{parent}{parent widget path}

\item{...}{state arguments}
}
\value{
widget handle
}
\description{
Inpectors provide graphical user interfaces to oversee and
  modify plot states
}
\examples{
if(interactive()){

i <- l_glyphs_inspector_serialaxes()
}
}
\seealso{
\code{\link{l_create_handle}}
}
back to top