splot: splot

View source: R/splot.R

splotR Documentation

splot

Description

Shiny app for choosing a specific plot.

Usage

splot(data, xvar = character(0), path = NULL)

Arguments

data

data.frame: input data

xvar

character: selected variables (default: character(0))

path

character: path where to read the plot modules (default: NULL)

Value

nothing

Examples

if (interactive()) splot(iris)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.