diff --git a/R/crossplot.R b/R/crossplot.R index f274054..01c87e7 100644 --- a/R/crossplot.R +++ b/R/crossplot.R @@ -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 diff --git a/man/crossplot.Rd b/man/crossplot.Rd index b650d70..58b891b 100644 --- a/man/crossplot.Rd +++ b/man/crossplot.Rd @@ -33,11 +33,15 @@ columns containing the data to be plotted.} \item{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.} -\item{bar.lty, }{bar.lwd The line type and width to be used as error bars.} +\item{bar.lty}{The line type to be used as error bars.} -\item{identity.lty, }{identity.lwd The line type and width to be used in +\item{bar.lwd}{As above but the width} + +\item{identity.lty}{The line type to be used in the identity y = x line} +\item{identity.lwd}{As above but the width.} + \item{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