R/data-toy.R

#' A very simple image for visualizing the classic iris dataset.
#'
#' @format A simple feature collection with 3 features and 1 field
#' \describe{
#'   \item{id}{short name of flower part}
#'   \item{geometry}{the sf shape corresponding to the region}
#' }
#'
#' @source \href{https://creativecommons.org/share-your-work/public-domain/cc0}{CC0} by \href{https://tkoomar.github.io}{Tanner Koomar}
#'
#' @concept toy_data
#' @family toy data sets
#' @examples
#' sf_iris <- sf_iris_simple
#' plot(sf_iris, key.length = 1, key.pos = 1)
"sf_iris_simple"
tkoomar/sffs documentation built on July 6, 2020, 9:36 a.m.