From 3edcecd8b479d216296b268cbcc468b976689e15 Mon Sep 17 00:00:00 2001 From: Kevin Garstki <59512881+kgarstki@users.noreply.github.com> Date: Sun, 23 Aug 2020 18:45:47 -0500 Subject: [PATCH] Update Week9.R --- Week9.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week9.R b/Week9.R index 19af3c4..70ea327 100644 --- a/Week9.R +++ b/Week9.R @@ -66,7 +66,7 @@ legend(list3D$xyz.convert(20, 50, 11), levels(DartPoints$Name), pch=shapes, pt.b # using RStudio through a binder, make sure to download it. write.csv(DartPoints, file="DartPoints.csv") -# Last thing we'll do visualize a seriation. Seriations are one of the earliest ways that archaeologists show change +# Last thing we'll do is visualize a seriation. Seriations are one of the earliest ways that archaeologists show change # in artifacts over time, indicating changes in behavior and object production/use through time. # Make sure the package "plotrix" is installed at bring it into the enivornment. install.packages("plotrix")