#' Toolbox for Spatial Data Manipulation
#'
#' This R package contains several functions which are designed to manipulate spatial data.
#' This includes dissolving shapefiles based on feature attributes, converting the projection
#' of raster and shapefiles to UTM and subsetting data into smaller tiles.
#'
#' @details Functions included in this package are:
#' \itemize{
#' \item \code{\link{UTMConversion}}
#' \item \code{\link{SHPDissolve}}
#' \item \code{\link{FishnetFunction}}
#' \item \code{\link{TilesMaker}}
#' \item \code{\link{BookletMaker}}
#' }
#'
#' @docType package
#'
#' @author Marius Philipp \email{marius.philipp@stud-mail.uni-wuerzburg.de}
#'
#' @name SpatialDataToolbox
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.