Skip to content

Commit

Permalink
Remove links to plot help file, b/c warnings in R 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Jan 5, 2021
1 parent 8b39975 commit 964da30
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: broman
Version: 0.72-2
Date: 2020-12-10
Version: 0.72-3
Date: 2021-01-05
Title: Karl Broman's R Code
Description: Miscellaneous R functions, including functions related to
graphics (mostly for base graphics), permutation tests, running
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Revision history for the R/broman package
-----------------------------------------

Version 0.72-2, 2020-12-10
Version 0.72-3, 2021-01-05

Changed default max_jiggle in dotplot() to 0.45 (rather than NULL).
Similarly changed default for maxvalue in jiggle() to 0.45.
Expand Down
4 changes: 2 additions & 2 deletions R/grayplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#' the horizontal ones.
#'
#' @details
#' Calls [base::plot()] with `type="n"`, then [graphics::rect()] to
#' Calls `plot()` with `type="n"`, then [graphics::rect()] to
#' get the background, and then [graphics::points()]. Additional
#' arguments you can include: `mgp.x` and `mgp.y` (like `mgp`, for
#' controlling parameters of axis labels, but separate for x- and
Expand All @@ -67,7 +67,7 @@
#' vlines=seq(0, 100, by=5), vlines.lwd=c(3,1,1,1))
#'
#' @seealso
#' [base::plot()], [graphics::par()], [graphics::rect()], [graphics::points()]
#' [graphics::par()], [graphics::rect()], [graphics::points()]
#'
#' @keywords
#' graphics
Expand Down
2 changes: 1 addition & 1 deletion R/grayplot_na.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' @param ... Optional graphics arguments
#'
#' @details
#' Calls [base::plot()] with `type="n", then
#' Calls `plot()` with `type="n", then
#' [graphics::rect()] to get the background, and then
#' [graphics::points()].
#'
Expand Down
2 changes: 1 addition & 1 deletion R/holmans_triangle.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @param grid_lty Line type of grid lines
#' @param grid_lwd Line width of grid lines
#'
#' @param ... Passed to [base::plot()].
#' @param ... Passed to `plot()`.
#'
#' @details
#' Plot of an equilateral triangle, in order to depict trinomial
Expand Down
2 changes: 1 addition & 1 deletion R/mypairs.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'
#' @param x A numeric matrix or data frame.
#'
#' @param ... Passed to the [base::plot()] function.
#' @param ... Passed to the `plot()` function.
#'
#' @details
#' This is like the function [graphics::pairs()], but
Expand Down
4 changes: 2 additions & 2 deletions man/grayplot.Rd

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

2 changes: 1 addition & 1 deletion man/grayplot_na.Rd

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

2 changes: 1 addition & 1 deletion man/mypairs.Rd

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

2 changes: 1 addition & 1 deletion man/triplot.Rd

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

0 comments on commit 964da30

Please sign in to comment.