knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(edcpR)

Data

The first three exercises use the irisdataset:

library(datasets)
data(iris, pacakges = "datasets")

The last exercise uses the varespec dataset:

library(vegan)
data(varespec, pacakges = "vegan")

Hierarchical clustering

K means

K nearest neighbours

Indicator species analysis

Assignment 5

Access 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)!



wardfont/edcpR documentation built on Dec. 23, 2021, 5:07 p.m.