Skip to content

Commit

Permalink
fix xyz doc
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynorth committed Oct 30, 2023
1 parent 42ec294 commit 4061007
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/geometry.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
#' Create point vectors
#'
#' @name xy
#' @inheritParams wk::xyz
#' @inherit wk::xyz
#' @param x <`double`> Coordinate x dimension
#' @param y <`double`> Coordinate y dimension
#' @param z <`double`> Coordinate z dimension
#' @examples
#' xy(1:5, 1:5)
#' xyz(1:5, 1:5, 1:5)
Expand Down
9 changes: 9 additions & 0 deletions man/xy.Rd

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

0 comments on commit 4061007

Please sign in to comment.