Nothing
#' Jagged polygons for smoothing
#'
#' Spatial polygons in [sf][sf::sf] format for smoothing. Most of these polygons
#' have been created by converting rasters to polygons and therefore consist
#' entirely of right angles. There are examples of polygons with holes and
#' multipart polygons.
#'
#' @format An [sf][sf::sf] object with 9 features and 3 attribute:
#' - **`type`**: character; the geometry, i.e. "polygon" or "line".
#' - **`hole`**: logical; whether the polygon has holes or not.
#' - **`multipart`**: logical; whether the feature is single or multipart.
"jagged_polygons"
#' Jagged lines for smoothing
#'
#' Spatial lines in [sf][sf::sf] format for smoothing. There are examples of
#' lines forming a closed loop and multipart lines.
#'
#' @format An [sf][sf::sf] object with 9 features and 3 attribute:
#' - **`type`**: character; the geometry, i.e. "polygon" or "line".
#' - **`closed`**: logical; whether the line forms a closed loop or not.
#' - **`multipart`**: logical; whether the feature is single or multipart.
"jagged_lines"
#' 3D jagged line with Z-dimension for smoothing
#'
#' Spatial lines in [sf][sf::sf] format for smoothing in three dimensions.
#' There are examples of open and closed loops
#'
#' @format An [sf][sf::sf] object with 9 features and 3 attribute:
#' - **`type`**: character; the geometry, i.e. "polygon" or "line".
#' - **`closed`**: logical; whether the line forms a closed loop or not.
#' - **`multipart`**: logical; whether the feature is single or multipart.
"jagged_lines_3d"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.