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

fix some typos in the comments / examples #60

Merged
merged 1 commit into from
Mar 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions R/deviation.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#' @export
#' @param polygons Polygon(s) defining area to aggregate.
#' @param points Points with values to aggregate.
#' @param in_field Characater for the name of the field on `pts` on
#' which you wish to perfrom the aggregation.
#' @param out_field Characater for the name of the field on the ouput
#' @param in_field Character for the name of the field on `pts` on
#' which you wish to perform the aggregation.
#' @param out_field Character for the name of the field on the output
#' polygon FeatureCollection that will store the resultant value.
#' @template lint
#' @family aggregations
Expand Down
2 changes: 1 addition & 1 deletion R/erase.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' the second polygon from the first.
#'
#' @export
#' @param poly1 Input Polygon feaure.
#' @param poly1 Input Polygon feature.
#' @param poly2 Polygon feature to erase from poly1.
#' @template lint
#' @family transformations
Expand Down
2 changes: 1 addition & 1 deletion R/intersect.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Intersection
#'
#' Finds the interesection of two [data-Polygon]'s and returns just
#' Finds the intersection of two [data-Polygon]'s and returns just
#' the intersection of the two
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/lawn-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ NULL
#' \item polygons_count - FeatureCollection of polygons
#' \item points_within - FeatureCollection of points
#' \item polygons_within - FeatureCollection of polygons
#' \item poly - Feaure of a single 1 degree by 1 degree polygon
#' \item poly - Feature of a single 1 degree by 1 degree polygon
#' \item multipoly - FeatureCollection of two 1 degree by 1 degree polygons
#' \item polygons_aggregate - FeatureCollection of Polygons from turf.js examples
#' \item points_aggregate - FeatureCollection of Points from turf.js examples
Expand Down
2 changes: 1 addition & 1 deletion R/truncate.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param x any [data-Feature] or
#' [data-FeatureCollection]
#' @param precision (integer) coordinate decimal precision. default: 6
#' @param coordinates (integer) maximum number of coordinates (primarly used
#' @param coordinates (integer) maximum number of coordinates (primarily used
#' to remove z coordinates). default: 2
#' @template lint
#' @family misc
Expand Down
2 changes: 1 addition & 1 deletion R/union.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Merge polygons
#'
#' Finds the interesection of two [data-Polygon]'s and returns the
#' Finds the intersection of two [data-Polygon]'s and returns the
#' union of the two
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/lawn_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/lawn_deviation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lawn_difference.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lawn_intersect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lawn_truncate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lawn_union.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.