Skip to content

Commit

Permalink
document update for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hodge committed Jan 18, 2019
1 parent 81ca525 commit 14b671f
Show file tree
Hide file tree
Showing 17 changed files with 85 additions and 82 deletions.
1 change: 0 additions & 1 deletion propeR/R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
##' @param loncol The title of the header of the column containing the longitudinal values, default is "lon"
##' @param latcol The title of the header of the column containing the latitudinal values, default is "lat"
##' @param postcodecol The title of the header of the column containing the postcode values, default is "postcode"
##' @param
##' @return R dataframe of location points
##' @author Michael Hodge
##' @examples originPoints <- importLocationData('C:\Users\User\Documents\origins.csv', idcol = "name", loncol = "lon", latcol = "lat")
Expand Down
1 change: 0 additions & 1 deletion propeR/R/isochrone-multi-intersect.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
##' @param mapPolygonFillOpacity Specifies the opacity of the polygon fill, defaults to 0.6
##' @param mapMarkerOpacity Specifies the opacity of the marker, defaults to 1 (solid)
##' @param mapLegendOpacity Specifies the opacity of the legend, defaults to 0.5
##' @param
##' @return Saves map as a Geojson of the intersection area to output directory (optional: a map in PNG and HTML formats)
##' @author Michael Hodge
##' @examples
Expand Down
1 change: 0 additions & 1 deletion propeR/R/isochrone-multi.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
##' @param mapPolygonFillOpacity Specifies the opacity of the polygon fill, defaults to 0.6
##' @param mapMarkerOpacity Specifies the opacity of the marker, defaults to 1 (solid)
##' @param mapLegendOpacity Specifies the opacity of the legend, defaults to 0.5
##' @param
##' @return Saves journey details as CSV to output directory (optional: a map in PNG and HTML formats, the polygons as a GeoJSON)
##' @author Michael Hodge
##' @examples
Expand Down
1 change: 0 additions & 1 deletion propeR/R/isochrone-time.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
##' @param mapPolygonFillOpacity Specifies the opacity of the polygon fill, defaults to 0.6
##' @param mapMarkerOpacity Specifies the opacity of the marker, defaults to 1 (solid)
##' @param mapLegendOpacity Specifies the opacity of the legend, defaults to 0.5
##' @param
##' @return Saves journey details as comma separated value file to output directory. An animated map in .gif format may also be saved.
##' @author Michael Hodge
##' @examples
Expand Down
1 change: 0 additions & 1 deletion propeR/R/isochrone.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
##' @param mapPolygonFillOpacity Specifies the opacity of the polygon fill, defaults to 0.6
##' @param mapMarkerOpacity Specifies the opacity of the marker, defaults to 1 (solid)
##' @param mapLegendOpacity Specifies the opacity of the legend, defaults to 0.5
##' @param
##' @return Saves journey details as comma separated value file to output directory. A map in .png and .html formats, and/or a polygon as a .GeoJSON format, may also be saved)
##' @author Michael Hodge
##' @examples
Expand Down
1 change: 0 additions & 1 deletion propeR/R/point-to-point-loop.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
##' @param wheelchair If TRUE, uses on wheeelchair friendly stops, defaults to FALSE
##' @param arriveBy Selects whether journey starts at startDateandTime (FALSE) or finishes (TRUE), defaults to FALSE
##' @param preWaitTime The maximum waiting time before a journey cannot be found, in minutes, defaults to 15 mins
##' @param
##' @return Saves journey details as comma separated value file to output directory
##' @author Michael Hodge
##' @examples
Expand Down
1 change: 0 additions & 1 deletion propeR/R/point-to-point-time.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
##' @param mapPolylineOpacity Specifies the opacity of the polyline, defaults to 1 (solid)
##' @param mapMarkerOpacity Specifies the opacity of the marker, defaults to 1 (solid)
##' @param mapLegendOpacity Specifies the opacity of the legend, defaults to 1 (solid)
##' @param
##' @return Saves journey details as comma separated value file to output directory. An animated map in .gif format may also be saved.
##' @author Michael Hodge
##' @examples
Expand Down
1 change: 0 additions & 1 deletion propeR/R/point-to-point.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
##' @param mapPolylineOpacity Specifies the opacity of the polyline, defaults to 1 (solid)
##' @param mapMarkerOpacity Specifies the opacity of the marker, defaults to 1 (solid)
##' @param mapLegendOpacity Specifies the opacity of the legend, defaults to 1 (solid)
##' @param
##' @return Saves journey details as comma separated value file to output directory. A map in .png and .html formats may also be saved)
##' @author Michael Hodge
##' @examples
Expand Down
6 changes: 3 additions & 3 deletions propeR/man/importGeojsonData.Rd

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

20 changes: 14 additions & 6 deletions propeR/man/importLocationData.Rd

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

27 changes: 13 additions & 14 deletions propeR/man/isochrone.Rd

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

20 changes: 10 additions & 10 deletions propeR/man/isochroneMulti.Rd

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

20 changes: 10 additions & 10 deletions propeR/man/isochroneTime.Rd

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

26 changes: 13 additions & 13 deletions propeR/man/pointToPoint.Rd

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

Loading

0 comments on commit 14b671f

Please sign in to comment.