[Distr-commits] r101 - pkg/distrSim/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 27 07:38:39 CET 2008


Author: stamats
Date: 2008-02-27 07:38:39 +0100 (Wed, 27 Feb 2008)
New Revision: 101

Modified:
   pkg/distrSim/man/subsetting-methods.Rd
Log:
changed alias and usage but check still gives warnings ...

Modified: pkg/distrSim/man/subsetting-methods.Rd
===================================================================
--- pkg/distrSim/man/subsetting-methods.Rd	2008-02-27 05:39:11 UTC (rev 100)
+++ pkg/distrSim/man/subsetting-methods.Rd	2008-02-27 06:38:39 UTC (rev 101)
@@ -1,19 +1,21 @@
 \name{Subsetting-methods}
 \docType{methods}
-\alias{[}
-\alias{[<-}
 \alias{[-methods}
-\alias{[<--methods}
+\alias{[<-methods}
 \alias{[,SeqDataFrames-method}
 \alias{[<-,SeqDataFrames-method}
 \title{ Subsetting/Indexing methods for SeqDataFrames objects in Package `distrSim'}
 \description{Operators acting on \code{SeqDataFrames} objects to extract
      or replace parts.}
-\usage{ "["(x,i,j,k, drop = FALSE) # is: #  x[i,j, k, drop = FALSE]
-        "[<-"(x,i,j,k, value)      # is: #  x[i,j, k] <- value
+\usage{
+# "["(x,i,j,k, drop = FALSE) # is: #  x[i,j, k, drop = FALSE]
+\S4method{"["}{SeqDataFrames}(x, i, j, k, ..., drop = FALSE)
+
+# "[<-"(x,i,j,k, value)      # is: #  x[i,j, k] <- value
+\S4method{[<-}{SeqDataFrames}(x, i, j, k, value)
 }
 \arguments{
-  \item{x}{ object of class \code{SeqDataFrame} from which to extract element(s) or in which to
+  \item{x}{ object of class \code{SeqDataFrames} from which to extract element(s) or in which to
           replace element(s).} 
   \item{i}{ observation index; may be missing}
   \item{j}{ observation dimension index; may be missing}
@@ -30,8 +32,8 @@
   }
 }
 
-\value{again an object of class \code{SeqDataFrame} with the prescribed indices / values}
-\seealso{\code{help("[",package="base")}}
+\value{again an object of class \code{SeqDataFrames} with the prescribed indices / values}
+\seealso{\code{\link[base]{"["}}}
 \keyword{methods}
 \examples{
 s0 <- matrix(1:6,3,2)



More information about the Distr-commits mailing list