trelliscope (version 0.9.7)

cogScagnostics: Compute Scagnostics

Description

Compute list of scagnostics (see scagnostics) to be used as cognostics in a trelliscope display.

Usage

cogScagnostics(x, y, group = "scagnostics", defLabel = FALSE, defActive = TRUE, filterable = TRUE, sortable = TRUE, log = FALSE)

Arguments

x
vector of the x-axis data for a scatterplot
y
vector of the y-axis data for a scatterplot
group, defLabel, defActive, filterable, sortable, log
arguments passed to cog

See Also

cog

Examples

Run this code
## Not run: 
# cogScagnostics(iris$Sepal.Length, iris$Sepal.Width)
# ## End(Not run)

Run the code above in your browser using DataLab