scatterplotlothelper {evoper} | R Documentation |
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. |
Value
A scatter3D plot
[Package evoper version 0.5.0 Index]