Plot 1: A Basic 3D plot with defaults

Working through the online tutorial on RGL HERE

The first plot is based off the R Iris dataset. It is just a basic 3D scatter plot of sepal length, sepal width, and petal length

## Loading required namespace: mgcv

Plot 2: Changing the point colors

Continue on with the tutorial….