From e9bbe7eeac3c169ead68504a580d4c5f24074a02 Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Tue, 22 Oct 2024 00:58:18 +1100 Subject: [PATCH] Link to lattice help pages --- R/zoom.R | 10 +++++----- man/zoom.Rd | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/R/zoom.R b/R/zoom.R index 9bc4af2..44e4776 100644 --- a/R/zoom.R +++ b/R/zoom.R @@ -29,13 +29,13 @@ #' The default values result in lattice plots that have similar text size as #' base plots, when using \code{taf.png}. #' -#' This function ends with a \code{\link[=print.trellis]{print}} call, to make -#' it easy to export the lattice plot to a file, without the need of an explicit -#' \code{print}. +#' This function ends with a \code{\link[lattice:print.trellis]{print}} call, to +#' make it easy to export the lattice plot to a file, without the need of an +#' explicit \code{print}. #' #' @seealso -#' \code{\link{Lattice}} plots are created using \code{\link{xyplot}} or related -#' functions. +#' \code{\link[lattice]{Lattice}} plots are created using +#' \code{\link[lattice]{xyplot}} or related functions. #' #' \code{\link{taf.png}} opens a PNG graphics device. #' diff --git a/man/zoom.Rd b/man/zoom.Rd index 38ad316..505697b 100644 --- a/man/zoom.Rd +++ b/man/zoom.Rd @@ -52,9 +52,9 @@ object structure varies between plots. One solution is to pass The default values result in lattice plots that have similar text size as base plots, when using \code{taf.png}. -This function ends with a \code{\link[=print.trellis]{print}} call, to make -it easy to export the lattice plot to a file, without the need of an explicit -\code{print}. +This function ends with a \code{\link[lattice:print.trellis]{print}} call, to +make it easy to export the lattice plot to a file, without the need of an +explicit \code{print}. } \examples{ library(lattice) @@ -81,8 +81,8 @@ dev.off() } \seealso{ -\code{\link{Lattice}} plots are created using \code{\link{xyplot}} or related -functions. +\code{\link[lattice]{Lattice}} plots are created using +\code{\link[lattice]{xyplot}} or related functions. \code{\link{taf.png}} opens a PNG graphics device.