scatterplotlothelper: scatterplotlothelper
Description
Simple helper for ploting 3d scaterplots
Usage
scatterplotlothelper(d, x, y, z, title = NULL)
Arguments
- 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.