plotTable | R Documentation |
Draws 5-D graph with axis x,y,size,color,symbol, which are contained in data.frame
plotTable( df, x = NULL, y = NULL, size = NULL, color = NULL, symbol = NULL, size_scale = 20 )
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 |
plot_ly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.