Skip to content

Commit

Permalink
🐛 Replace function to new one
Browse files Browse the repository at this point in the history
  • Loading branch information
NONONOexe committed Sep 17, 2024
1 parent 623cced commit b6a8d26
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 91 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ S3method(split_linestring,LINESTRING)
S3method(split_linestring,sfc_LINESTRING)
S3method(summary,road_network)
S3method(summary,segmented_network)
export(assign_event_to_link)
export(compute_epanechnikov)
export(compute_gaussian)
export(convolute_segmented_network)
Expand Down
38 changes: 0 additions & 38 deletions R/assign-event-to-link.R

This file was deleted.

9 changes: 3 additions & 6 deletions R/convolute-segmented-network.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,15 @@
#' # Create a road network
#' road_network <- create_road_network(sample_roads)
#'
#' # Assign sample accidents data
#' road_network <- set_events(road_network, sample_accidents)
#'
#' # Segment the road network
#' segmented_network <- create_segmented_network(
#' road_network,
#' segment_length = 0.5
#' )
#'
#' # Assign sample accidents data to the links of the segmented road network
#' segmented_network <- assign_event_to_link(
#' segmented_network,
#' sample_accidents
#' )
#'
#' # Check the segmented road network after assigning events
#' segmented_network
#'
Expand Down
39 changes: 0 additions & 39 deletions man/assign_event_to_link.Rd

This file was deleted.

9 changes: 3 additions & 6 deletions man/convolute_segmented_network.Rd

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

2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ reference:
with high event frequency with these functions.
contents:
- spatiotemporal_event
- assign_event_to_link
- set_events
- convolute_segmented_network
- starts_with("compute_")
- create_line_graph
Expand Down

0 comments on commit b6a8d26

Please sign in to comment.