Skip to content

Commit

Permalink
shorten matching examples
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed Jun 30, 2023
1 parent 549be82 commit 06612bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions R/matching.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
#'
#' a1 <- match_spatial(climate_aus, river, return_cubble = TRUE) %>% bind_rows()
#' match_temporal(a1, data_id = type, match_id = group,
#' temporal_by = c("prcp" = "Water_course_level"))
#' match_temporal(a1, data_id = type, match_id = group,
#' temporal_by = c("prcp" = "Water_course_level"), return = TRUE)
#' temporal_by = c("prcp" = "Water_course_level"))
match_sites <- function(df1, df2, crs = sf::st_crs("OGC:CRS84"),
which = NULL, par = 0,
spatial_n_each = 1,
Expand Down
4 changes: 1 addition & 3 deletions man/matching.Rd

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

0 comments on commit 06612bb

Please sign in to comment.