Skip to content

Commit

Permalink
escape percent signs in the roxygen source
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorrison committed Jul 16, 2011
1 parent 1e29703 commit b9b3f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/position-jitter.r
@@ -1,9 +1,9 @@
#' Jitter points to avoid overplotting.
#'
#'
#' @param width degree of jitter in x direction. Defaults to 40% of the
#' @param width degree of jitter in x direction. Defaults to 40\% of the
#' resolution of the data.
#' @param height degree of jitter in y direction. Defaults to 40% of the
#' @param height degree of jitter in y direction. Defaults to 40\% of the
#' resolution of the data
#' @export
#' @examples
Expand Down

0 comments on commit b9b3f49

Please sign in to comment.