Revision a84e9ffb3ac841114d4db4e70036eab333d29d2f authored by R. Wayne Oldford on 10 May 2021, 06:10:05 UTC, committed by cran-robot on 10 May 2021, 06:10:05 UTC
1 parent bb4dcd2
Raw File
l_plot_inspector_analysis.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/inspectors.R
\name{l_plot_inspector_analysis}
\alias{l_plot_inspector_analysis}
\title{Create a Scatterplot Analysis Inspector}
\usage{
l_plot_inspector_analysis(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_plot_inspector_analysis()
}
}
\seealso{
\code{\link{l_create_handle}}
}
back to top