## ----------------------------------------------------------------------------- Number_of_clusters <- 1:41 Distance <- c(209.8, 190.4, 107.6, 96.3, 88.8, 82.5, 76.5, 72.6, 64.2, 59.8, 55.2, 48.3, 45.2, 42.1, 40.0, 33.9, 31.8, 29.5, 26.9, 25.3, 23.0, 21.2, 19.1, 17.3, 16.2, 14.7, 14.8, 13.6, 11.1, 9.9, 8.5, 7.3, 6.5, 5.6, 5.1, 4.1, 3.2, 2.4, 1.4, 0.6, 0.0) plot(x = Number_of_clusters, y = Distance, main="Scotian: Gaspereau") ## ---- echo=FALSE, results='asis'---------------------------------------------- grid <- matrix(c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 1.00, 0.75, 0.75, 0.50, 0.50, 0.50, 0.25, 0.25, 0.25, 0.25, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.25, 0.00, 0.50, 0.25, 0.00, 0.75, 0.50, 0.25, 0.00, 1.00, 0.75, 0.50, 0.25, 0.00, 0.00, 0.00, 0.25, 0.00, 0.25, 0.50, 0.00, 0.25, 0.50, 0.75, 0.00, 0.25, 0.50, 0.75, 1.00), ncol = 4) colnames(grid) <- c("Diet", "Prey 1", "Prey 2", "Prey 3") knitr::kable(grid)