[Analogue-commits] r188 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 4 14:30:27 CEST 2010


Author: gsimpson
Date: 2010-07-04 14:30:26 +0200 (Sun, 04 Jul 2010)
New Revision: 188

Modified:
   pkg/man/panel.Stratiplot.Rd
Log:
A bit more documentation on adding zone markers.

Modified: pkg/man/panel.Stratiplot.Rd
===================================================================
--- pkg/man/panel.Stratiplot.Rd	2010-07-04 12:16:55 UTC (rev 187)
+++ pkg/man/panel.Stratiplot.Rd	2010-07-04 12:30:26 UTC (rev 188)
@@ -1,6 +1,6 @@
 \name{panel.Stratiplot}
 \alias{panel.Stratiplot}
-%- Also NEED an '\alias' for EACH other topic documented here.
+
 \title{Panel function for stratigraphic diagrams}
 \description{
   A Lattice panel function for drawing individuals panels on
@@ -29,7 +29,7 @@
                  lwd.zones = plot.line$lwd,
                  \dots)
 }
-%- maybe also 'usage' for other objects documented here.
+
 \arguments{
   \item{x, y}{variables defining the contents of the panel.}
   \item{type}{character vector consisting of one or more of the
@@ -84,16 +84,19 @@
   Creates stratigraphic scatter plots of \code{x} and \code{y}, with
   various modifications possible via the type argument.
 
+  Zones can be drawn on the panels by supplying the numeric vector of
+  zone boundaries as argument \code{zones}. The panel function will then
+  draw horizontal lines across the panels at the desired y-axis
+  locations. Note that the panel function does \strong{not} attempt to
+  identify the zone boundaries automatically; these must be determined
+  via a chronological (constrained) cluster analysis function or
+  similar.
+
   Note that all the arguments controlling the display can be supplied
   directly to a high-level call of the function \code{\link{Stratiplot}}.
 }
 \author{Gavin L. Simpson}
-%\note{ ~~further notes~~ 
-%
-% ~Make other sections like Warning with \section{Warning }{....} ~
-%}
+
 \seealso{\code{\link{Stratiplot}}, \code{\link{panel.Loess}},
     \code{\link[lattice]{panel.xyplot}}.}
-% Add one or more standard keywords, see file 'KEYWORDS' in the
-% R documentation directory.
 \keyword{hplot}



More information about the Analogue-commits mailing list