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_ng_plots.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/l_ng_plots.R
\name{l_ng_plots}
\alias{l_ng_plots}
\title{2d navigation graph setup with with dynamic node fitering using a
  scatterplot matrix}
\usage{
l_ng_plots(measures, ...)
}
\arguments{
\item{measures}{object with measures are stored}

\item{...}{argument passed on to methods}
}
\description{
Generic function to create a navigation graph environment where
  user can filter graph nodes by selecting 2d spaces based on 2d measures
  displayed in a scatterplot matrix.
}
\details{
For more information run: \code{l_help("learn_R_display_graph.html#l_ng_plots")}
}
\seealso{
\code{\link{l_ng_plots.default}}, \code{\link{l_ng_plots.measures}},
  \code{\link{l_ng_plots.scagnostics}}, \code{\link{measures1d}},
  \code{\link{measures2d}}, \code{\link{scagnostics2d}},
  \code{\link{l_ng_ranges}}
}
back to top