Skip to content
Permalink
Browse files

Add example dataset to test new line_width fun

please use data/l_poly.rda for examples of potential fun. @mem48
  • Loading branch information
Robinlovelace committed Apr 13, 2017
1 parent 8efcb9d commit 7641760fbd6718352ed74142e5c339f6216afea4
Showing with 59 additions and 12 deletions.
  1. +13 −0 R/data.r
  2. BIN data/l_poly.rda
  3. +0 −12 man/gsection.Rd
  4. +24 −0 man/l_poly.Rd
  5. +22 −0 man/line_section.Rd
@@ -263,3 +263,16 @@ NULL
#' ca_local = ca_sp[bb,]
#' }
NULL

#' Line polygon
#'
#' This dataset represents road width for testing.
#'
#' @examples \dontrun{
#' l = routes_fast[13,]
#' l_poly = buff_geo(l, 8)
#' plot(l_poly)
#' plot(routes_fast, add = TRUE)
#' # allocate road width to relevant line
#' devtools::use_data(l_poly)
#' }
BIN +5.15 KB data/l_poly.rda
Binary file not shown.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

0 comments on commit 7641760

Please sign in to comment.
You can’t perform that action at this time.