knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(edcpR)
The first three exercises use the iris
dataset:
library(datasets) data(iris, pacakges = "datasets")
The last exercise uses the varespec dataset:
library(vegan) data(varespec, pacakges = "vegan")
cluster
packagestats
packagecluster
packageclass
packageindicspecies
packageAccess the assignment:
vignette("assignment-5", package = "edcpR")
Submit your R-script as Surname_FirstName_assignment5.R
Upload everything on Toledo before December 8, 12 pm (= at noon)!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.