Skip to content

Commit

Permalink
Separated param doc for bar and identity lines as gh actions didn't l…
Browse files Browse the repository at this point in the history
…ike to params being documented in the same entry
  • Loading branch information
gaballench committed Apr 17, 2024
1 parent 89d1c06 commit 3936f30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions R/crossplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@
#' @param cols either an integer vector with the position of the columns to
#' pick, or a character vector with the column names to pick. Defaults to NULL.
#'
#' @param bar.lty, bar.lwd The line type and width to be used as error bars.
#' @param bar.lty The line type to be used as error bars.
#'
#' @param bar.lwd As above but the width
#'
#' @param identity.lty, identity.lwd The line type and width to be used in
#' @param identity.lty The line type to be used in
#' the identity y = x line
#'
#' @param identity.lwd As above but the width.
#'
#' @param extra.space numeric vector of length 1. How much space to be allowed
#' in both xlim and ylim depending on the smallest value in highest density
#' intervals plus or minus extra.space. A value of 0.5 units on the dimension
Expand Down
8 changes: 6 additions & 2 deletions man/crossplot.Rd

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

0 comments on commit 3936f30

Please sign in to comment.