Skip to content

Commit

Permalink
Document performance and benchmarks #13
Browse files Browse the repository at this point in the history
update doc with example
  • Loading branch information
PHS-Meantrix committed Jan 8, 2025
1 parent 87de5e9 commit 4240c0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/corr_fun.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@
#' Paul van der Laken, ppsr,2021.
#' URL \url{https://github.com/paulvanderlaken/ppsr}.
#'
#'
#' @examples
#' \dontrun{
#' # since both `nx` and `ny` columns are numerical the method type is defined by `cor.nn`
#' corr_fun(iris, nx = "Sepal.Length", ny = "Sepal.Width", cor.nn = "dcor")
#' }
#' @export
corr_fun <- function(df,
nx,
Expand Down
6 changes: 6 additions & 0 deletions man/corr_fun.Rd

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

0 comments on commit 4240c0c

Please sign in to comment.