View source: R/pair_scagnostics.R
pair_scagnostics | R Documentation |
Calculates scagnostic values for every numeric variable pair in a dataset.
pair_scagnostics(
d,
scagnostic = c("Outlying", "Skewed", "Clumpy", "Sparse", "Striated", "Convex",
"Skinny", "Stringy", "Monotonic"),
handle.na = TRUE,
...
)
d |
A dataframe |
scagnostic |
a character vector for the scagnostic to be calculated. Subset of "Outlying", "Stringy", "Striated", "Clumpy", "Sparse", "Skewed", "Convex", "Skinny" or "Monotonic" |
handle.na |
If TRUE uses pairwise complete observations. |
... |
other arguments |
The scagnostic values are calculated using scagnostics
function from the scagnostics
package.
A tibble of class pairwise
with scagnostic values for every numeric variable pair,
or NULL if there are not at least two numeric variables
Wilkinson, Leland, Anushka Anand, and Robert Grossman. "Graph-theoretic scagnostics." Information Visualization, IEEE Symposium on. IEEE Computer Society, 2005
pair_scagnostics(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.