R/LinguGeo-Package.R

#' LinguGeo Package
#'
#' @name LinguGeo - package
#' @docType package
#' @title LinguGeo - Package for linguistic Geography
#' @description The \code{LinguGeo} package is used for methods of linguistic Geography.
#' @author Andreas Schönberg
#' @keywords package
NULL
#' @docType data
#' @name hunde.csv - data
#' @title Example csv Dataset
#' @description A csv with long, lat and the spelling of "hunde" as well as classified spelling by phenomen.
#' @format \code{"utils::read.csv"}
NULL
#' @docType data
#' @name hunde_utm.shp - data
#' @title Example shp Dataset
#' @description A shp projected in UTM32N with long, lat and the spelling of "hunde" as well as classified spelling by phenomen.
#' @format \code{"rgdal::readOGR"}
NULL
#' @docType data
#' @name hunde_wgs.shp - data
#' @title Example shp Dataset
#' @description A csv projected in WGS84 with long, lat and the spelling of "hunde" as well as classified spelling by phenomen.
#' @format \code{"rgdal::readOGR"}
NULL
SchoenbergA/LinguGeo documentation built on March 27, 2023, 2:47 a.m.