Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.

Commit 85a56c6

Browse files
committed
updated most man files to give more informative one line for pkg level index help
1 parent 23d680f commit 85a56c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+95
-85
lines changed

R/aggregate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Aggregate
1+
#' Calculate a series of aggregations for a set of points within polygons
22
#'
33
#' Calculates a series of aggregations for a set of points within a set of
44
#' polygons. Sum, average, count, min, max, deviation supported

R/along.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Along
1+
#' Get a point at a distance along a line
22
#'
33
#' Takes a \code{\link{data-LineString}} and returns a \code{\link{data-Point}}
44
#' at a specified distance along the line.

R/average.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Average
1+
#' Average of a field among points within polygons
22
#'
33
#' Calculate the average value of a field for a set of \code{\link{data-Point}}'s
44
#' within a set of \code{\link{data-Polygon}}'s

R/bbox_polygon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Bbox polygon
1+
#' Make a polygon from a bounding box
22
#'
33
#' Takes a bbox and returns an equivalent polygon \code{\link{data-Polygon}}
44
#'

R/bearing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Bearing
1+
#' Get geographic bearing between two points
22
#'
33
#' Takes two \code{\link{data-Point}}'s and finds the geographic bearing
44
#' between them

R/bezier.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Bezier
1+
#' Curve a linestring
22
#'
33
#' Takes a \code{\link{data-LineString}} and returns a curved version
44
#' by applying a \href{http://en.wikipedia.org/wiki/Bezier_spline}{Bezier}

R/center.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Center
1+
#' Get center point
22
#'
33
#' Takes a \code{\link{data-FeatureCollection}} and returns the
44
#' absolute center point of all features

R/combine.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Combine
1+
#' Combine singular features into plural versions
22
#'
33
#' Combines a FeatureCollection of Point, LineString, or Polygon features into
44
#' MultiPoint, MultiLineString, or MultiPolygon features.

R/concave.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Concave
1+
#' Concave hull polygon
22
#'
33
#' Takes a set of \code{\link{data-Point}}'s and returns a concave hull polygon.
44
#' Internally, this implements a Monotone chain algorithm

R/convex.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Convex
1+
#' Convex hull polygon
22
#'
33
#' Takes a set of \code{\link{data-Point}}'s and returns a convex
44
#' hull polygon. Internally, this uses the

0 commit comments

Comments
 (0)