#' A SAR dataset describing invertebrates on islands in the Aegean Sea, Greece
#'
#' A sample dataset in the correct sars format: contains the areas of a number
#' of islands in the Aegean Sea, Greece, and the number of invertebrate species
#' recorded on each island.
#'
#' @usage data(aegean)
#' @format A data frame with 2 columns and 90 rows. Each row contains the area
#' of an island in the Aegean (1st column) and the number of inverts on that
#' island (2nd column).
#'@source Sfenthourakis, S. & Triantis K.A. (2009). Habitat diversity,
#' ecological requirements of species and the Small Island Effect. Diversity
#' Distrib.,15, 131–140.
#' @examples
#' data(aegean)
"aegean"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.