scatterplotlothelper {evoper} | R Documentation |
Simple helper for ploting 3d scaterplots
scatterplotlothelper(d, x, y, z, title = NULL)
d |
A data frame. |
x |
A string with the dataframe column name for x axis |
y |
A string with the dataframe column name for y axis |
z |
A string with the dataframe column name for z axis |
title |
The optional plot title. May be omited. |
A scatter3D plot