cogScagnostics: Compute Scagnostics

Description Usage Arguments See Also Examples

View source: R/cognostics.R

Description

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

Usage

1
2
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

1
2
3
4
## Not run: 
cogScagnostics(iris$Sepal.Length, iris$Sepal.Width)

## End(Not run)

trelliscope documentation built on Sept. 20, 2017, 5:04 p.m.