loon (version 1.3.3)

l_ng_plots.scagnostics: 2d Navigation Graph Setup with dynamic node fitering based on scagnostic measures and by using a scatterplot matrix

Description

This method is useful when working with objects from the scagnostics function from the scagnostics R package. In order to dynamically re-calcultate the scagnostic measures for a subset of the data use the scagnostics2d measures creature function.

Usage

# S3 method for scagnostics
l_ng_plots(measures, data, separator = ":", ...)

Arguments

measures

objects from the scagnostics function from the scagnostics R package

data

data frame for scatterplot

separator

a string that separates the variable pair string into the individual variables

...

arguments passed on to configure the scatterplot

Value

named list with plots-, graph-, plot-, navigator-, and context handle. The list also contains the environment of the the function call in env.

See Also

l_ng_plots, l_ng_plots.default, l_ng_plots.measures, measures1d, measures2d, scagnostics2d, l_ng_ranges

Examples

Run this code
# NOT RUN {
if(interactive()){

# }
# NOT RUN {
library(scagnostics)
  scags <- scagnostics::scagnostics(oliveAcids)
  l_ng_plots(scags, oliveAcids, color=olive$Area)
# }
# NOT RUN {
}
# }

Run the code above in your browser using DataCamp Workspace