parco: Parallel coordinates in a single line of code

View source: R/parco.R

parcoR Documentation

Parallel coordinates in a single line of code

Description

Parallel coordinates in a single line of code

Usage

parco(data, Y = c(), X = c(), save = F, file = "file.html")

Arguments

data

A data.frame

Y

The Y name of number (for coloration)

X

The X list (optional)

save

For saving the graph (html format)

file

Name of the html page "xxx.html"

Value

This function allows to explore a large dataset by the parallel coordinates method, using a simplified approach of the plot_ly approach.

Examples

parco(iris,5)
parco(iris,1,2:4)
parco(iris[,1:4],"Sepal.Length")

Antoine-Masse/KefiR documentation built on Feb. 22, 2024, 5:54 a.m.