From noreply at r-forge.r-project.org Tue Oct 23 17:54:57 2018 From: noreply at r-forge.r-project.org (noreply at r-forge.r-project.org) Date: Tue, 23 Oct 2018 17:54:57 +0200 (CEST) Subject: [Dplr-commits] r1123 - pkg/dplR/man Message-ID: <20181023155457.1334D18A1C0@r-forge.r-project.org> Author: andybunn Date: 2018-10-23 17:54:56 +0200 (Tue, 23 Oct 2018) New Revision: 1123 Modified: pkg/dplR/man/skel.plot.Rd pkg/dplR/man/xskel.ccf.plot.Rd pkg/dplR/man/xskel.plot.Rd Log: linking skel.plot to xskel* and the reverse. Modified: pkg/dplR/man/skel.plot.Rd =================================================================== --- pkg/dplR/man/skel.plot.Rd 2018-09-25 23:34:42 UTC (rev 1122) +++ pkg/dplR/man/skel.plot.Rd 2018-10-23 15:54:56 UTC (rev 1123) @@ -51,7 +51,8 @@ e.g., \code{\var{width} = 10}, \code{\var{height} = 7.5}, \code{\var{paper} = "USr"}. These plots are designed to be printable and cut into strips to align long series. Statistical cross-dating is - possible if the data are output. + possible if the data are output but more easily done using the functions + \code{\link{xskel.plot}} and \code{\link{xskel.ccf.plot}}. } \value{ @@ -74,7 +75,8 @@ } \author{ Andy Bunn. Patched and improved by Mikko Korpela. } -\seealso{ \code{\link{Devices}}, \code{\link{hanning}} } +\seealso{ \code{\link{Devices}}, \code{\link{hanning}}, + \code{\link{xskel.plot}}, \code{\link{xskel.ccf.plot}}} \examples{library(utils) data(co021) Modified: pkg/dplR/man/xskel.ccf.plot.Rd =================================================================== --- pkg/dplR/man/xskel.ccf.plot.Rd 2018-09-25 23:34:42 UTC (rev 1122) +++ pkg/dplR/man/xskel.ccf.plot.Rd 2018-10-23 15:54:56 UTC (rev 1123) @@ -57,6 +57,8 @@ of years (unless the plotting device is wider than is typical). For that reason the user will get a warning if \code{\var{win.width}} is greater than 100 years. + + Old-school skeleton plots to print on paper are made with \code{\link{skel.plot}}. } \value{ None. Invoked for side effect (plot). Modified: pkg/dplR/man/xskel.plot.Rd =================================================================== --- pkg/dplR/man/xskel.plot.Rd 2018-09-25 23:34:42 UTC (rev 1122) +++ pkg/dplR/man/xskel.plot.Rd 2018-10-23 15:54:56 UTC (rev 1123) @@ -57,6 +57,8 @@ of years (unless the plotting device is wider than is typical). For that reason the user will get a warning if \code{\var{win.width}} is greater than 100 years. + + Old-school skeleton plots to print on paper are made with \code{\link{skel.plot}}. } \value{ None. Invoked for side effect (plot).