Skip to content

Commit

Permalink
Re-add geo-buffer, based on online testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Feb 3, 2016
1 parent 69e8167 commit 477b57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ The value of each segment in the network corresponds to the total number of cycl
rft <- rf
# Stop rnet lines going to centroid (optional)
# rft <- toptail(rf, toptail_dist = buff_geo_dist)
rft <- toptail(rf, toptail_dist = buff_geo_dist)
if(length(rft) == length(rf)){
row.names(rft) <- row.names(rf)
rft <- SpatialLinesDataFrame(rft, rf@data)
Expand Down

0 comments on commit 477b57a

Please sign in to comment.