Skip to content

Commit

Permalink
A few more stat_position doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpwagner committed Oct 29, 2020
1 parent 36207d1 commit 7fc5c35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions R/stat_position.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
#' As another example, for a 2-D gate, if \code{location = "gate"} and \code{adjust=c(0.25, 0.75)}, the statistical annotation will be
#' placed 1/4 of the way across the x-range of the gate and 3/4 of the way across the y-range of the gate.
#'
#' The \code{adjust} argument will also accept values less than 0.0 or greater than 1.0. This can be an easy way
#' to simply move the annotation outside of a gate so it does not obstruct the view of the data within. For example, \code{location == "gate"}
#' and \code{adjust=c(-0.2, 1.2)} will move the annotation outside of the upper left corner of the gate range.
#'
#' ### Fixed location
#'
#' If \code{location = "fixed"}, the numeric vector passed to \code{adjust} will be interpreted as values on the data scales of the plot to provide
Expand Down
10 changes: 7 additions & 3 deletions man/stat_position.Rd

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

0 comments on commit 7fc5c35

Please sign in to comment.