Skip to content

Commit

Permalink
Update Week9.R
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarstki committed Apr 1, 2020
1 parent c7c2198 commit d91fd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Week9.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ scatterplotMatrix(~Length+Width+Thickness | Name, DartPoints, smooth=FALSE, diag

# Good, now let's try another way to visualize three numerical variables and one categorical variable.
# First, we'll install the scatterplot3D package.
install.packages("scatterplot3D")
install.packages("scatterplot3d")
library(scatterplot3d)

# We'll first create a value called shapes. This is a vector from plotting characters (shapes) 21-25.
Expand Down

0 comments on commit d91fd37

Please sign in to comment.