plotTable: Draws 5-D graph with axis x,y,size,color,symbol, which are...

Description Usage Arguments Value

Description

Draws 5-D graph with axis x,y,size,color,symbol, which are contained in data.frame

Usage

1
2
plotTable(df, x = NULL, y = NULL, size = NULL, color = NULL,
  symbol = NULL, size_scale = 20, omitcols = NULL)

Arguments

df

data.frame

x

character/expression type, axis x, default NULL

y

character/expression type, axis y, default NULL

size

character/expression type, axis size, default NULL

color

character/expression type, axis color, default NULL

symbol

character/expression type, axis symbol, default NULL

size_scale

numeric type, point size, default 20

omitcols

character vector, names of columns that should be omitted

Value

plot_ly object


Vitalic57/stratbuilder2pub documentation built on Dec. 18, 2019, 2:56 a.m.