Skip to content

Commit

Permalink
Change centerfun param description
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcook committed Feb 28, 2015
1 parent c5e7f65 commit 1972484
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/SpatialLinesToWKBLineString.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ SpatialLinesToWKBLineString <- function(obj) {
#' @param obj an object of class
#' \code{\link[sp:SpatialLines-class]{SpatialLines}} or
#' \code{\link[sp:SpatialLinesDataFrame-class]{SpatialLinesDataFrame}}.
#' @param centerfun the function to apply to the x-axis limits and y-axis limits
#' @param centerfun function to apply to the x-axis limits and y-axis limits
#' of the bounding box to obtain the x-coordinate and y-coordinate of the
#' center of the bounding box.
#' @return A data frame with six columns named XMax, XMin, YMax, YMin, XCenter,
Expand Down
2 changes: 1 addition & 1 deletion R/SpatialPointsToWKBPoint.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ SpatialPointsToWKBPoint <- function(obj) {
#' @param obj an object of class
#' \code{\link[sp:SpatialPoints-class]{SpatialPoints}} or
#' \code{\link[sp:SpatialPointsDataFrame-class]{SpatialPointsDataFrame}}.
#' @param centerfun the function to apply to the x-axis limits and y-axis limits
#' @param centerfun function to apply to the x-axis limits and y-axis limits
#' of the bounding box to obtain the x-coordinate and y-coordinate of the
#' center of the bounding box.
#' @return A data frame with six columns named XMax, XMin, YMax, YMin, XCenter,
Expand Down
2 changes: 1 addition & 1 deletion R/writeEnvelope.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' or a \code{list} in which each element is an object of class
#' \code{\link[sp:SpatialPoints-class]{SpatialPoints}} or
#' \code{\link[sp:SpatialPointsDataFrame-class]{SpatialPointsDataFrame}}.
#' @param centerfun the function to apply to the x-axis limits and y-axis limits
#' @param centerfun function to apply to the x-axis limits and y-axis limits
#' of the bounding box to obtain the x-coordinate and y-coordinate of the
#' center of the bounding box.
#' @return A data frame with six columns named XMax, XMin, YMax, YMin, XCenter,
Expand Down
2 changes: 1 addition & 1 deletion man/writeEnvelope.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ writeEnvelope(obj, centerfun = mean)
\arguments{
\item{obj}{object inheriting class \code{\link[sp:Spatial-class]{Spatial}}.}

\item{centerfun}{the function to apply to the x-axis limits and y-axis limits
\item{centerfun}{function to apply to the x-axis limits and y-axis limits
of the bounding box to obtain the x-coordinate and y-coordinate of the
center of the bounding box.}
}
Expand Down

0 comments on commit 1972484

Please sign in to comment.