cran / scatterPlotMatrix

:exclamation: This is a read-only mirror of the CRAN R package repository. scatterPlotMatrix — `htmlwidget` for a Scatter Plot Matrix. Homepage: https://ifpen-gitlab.appcollaboratif.fr/detocs/scatterplotmatrix Report bugs for this package: https://ifpen-gitlab.appcollaboratif.fr/detocs/scatterplotmatrix/-/issues
Other
0 stars 1 forks source link

scatterPlotMatrix

'scatterPlotMatrix' is:

As an example, a Shiny application is available on shinyapps.io.

Installation

You can install this package from CRAN, or the development version from GitLab:

# CRAN version
install.packages('scatterPlotMatrix')

# Or GitLab version
if (!require('devtools')) install.packages('devtools')
devtools::install_gitlab(host = 'ifpen-gitlab.appcollaboratif.fr', repo = 'detocs/scatterplotmatrix', subdir = 'htmlwidget/spm')

Examples

library(scatterPlotMatrix)
categorical <- list(cyl = c(4, 6, 8), vs = c(0, 1), am = c(0, 1), gear = 3:5, carb = 1:8)
scatterPlotMatrix(mtcars, categorical = categorical, zAxisDim = "cyl")

See also Shiny testing app: https://detocs.shinyapps.io/scatterPlotMatrix-testing-app/ whose source code is available in test/testingApp/Shiny-ScatterPlotMatrix-ParallelPlot-CsvFile.R