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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 27 07:47:53 CET 2008


Author: stamats
Date: 2008-02-27 07:47:53 +0100 (Wed, 27 Feb 2008)
New Revision: 102

Modified:
   pkg/distrSim/man/subsetting-methods.Rd
Log:
small changes ...

Modified: pkg/distrSim/man/subsetting-methods.Rd
===================================================================
--- pkg/distrSim/man/subsetting-methods.Rd	2008-02-27 06:38:39 UTC (rev 101)
+++ pkg/distrSim/man/subsetting-methods.Rd	2008-02-27 06:47:53 UTC (rev 102)
@@ -1,17 +1,17 @@
 \name{Subsetting-methods}
 \docType{methods}
 \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, 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
+## "[<-"(x,i,j,k, value)      # is: #  x[i,j,k] <- value
 \S4method{[<-}{SeqDataFrames}(x, i, j, k, value)
 }
 \arguments{
@@ -20,8 +20,8 @@
   \item{i}{ observation index; may be missing}
   \item{j}{ observation dimension index; may be missing}
   \item{k}{ run index; may be missing}
-  \item{drop} {as in the general indexing functions}
-  \item{value} {modication to be assigned to}
+  \item{drop}{ as in the general indexing functions}
+  \item{value}{ modication to be assigned to}
 }
 \section{Methods}{
   \describe{



More information about the Distr-commits mailing list