cogScagnostics: Compute Scagnostics

Description Usage Arguments See Also Examples

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)

tesseradata/trelliscope documentation built on May 31, 2019, 8:58 a.m.