diff --git a/R/map.feature.R b/R/map.feature.R index 0ec1559..12e1f43 100644 --- a/R/map.feature.R +++ b/R/map.feature.R @@ -21,7 +21,7 @@ #' @param density.legend logical. If TRUE, function show legend for density features. By default is FALSE. #' @param density.legend.opacity a numeric vector of density-legend opacity. #' @param density.legend.position the position of the legend: "topright", "bottomright", "bottomleft","topleft" -#' @param density.width for density.method = "fixed distance" it is a numeric measure (1 is 1km). For density.method = "kernal density estimation" it is a vector with two meausures (first is latitude, secong is longitude). Defaults are normal reference bandwidth (see \link{bandwidth.nrd}). +#' @param density.width for density.method = "fixed distance" it is a numeric measure (1 is 1km). For density.method = "kernal density estimation" it is a vector with two meausures (first is latitude, secong is longitude). Defaults are normal reference bandwidth (see \link[MASS]{bandwidth.nrd}). #' @param density.points logical. If FALSE, it doesn't show points in polygones. #' @param density.title title of a density-feature legend #' @param density.control logical. If TRUE, function show layer control buttons for density plot. By default is FALSE diff --git a/man/map.feature.Rd b/man/map.feature.Rd index 546a985..419ced5 100644 --- a/man/map.feature.Rd +++ b/man/map.feature.Rd @@ -134,7 +134,7 @@ map.feature( \item{density.points}{logical. If FALSE, it doesn't show points in polygones.} -\item{density.width}{for density.method = "fixed distance" it is a numeric measure (1 is 1km). For density.method = "kernal density estimation" it is a vector with two meausures (first is latitude, secong is longitude). Defaults are normal reference bandwidth (see \link{bandwidth.nrd}).} +\item{density.width}{for density.method = "fixed distance" it is a numeric measure (1 is 1km). For density.method = "kernal density estimation" it is a vector with two meausures (first is latitude, secong is longitude). Defaults are normal reference bandwidth (see \link[MASS]{bandwidth.nrd}).} \item{density.legend}{logical. If TRUE, function show legend for density features. By default is FALSE.}