--- ExtractORIG.Rd 2019-02-21 08:17:47.000000000 -0500 +++ ExtractMOD.Rd 2019-02-21 08:23:35.000000000 -0500 @@ -151,6 +151,9 @@ indices can be numeric, logical, character, empty or even factor. An empty index (a comma separated blank) indicates that all entries in that dimension are selected. + As with vectors, indexing by factors is equivalent to indexing by the + numeric codes (see \code{\link{factor}}) and not by the character + values which are printed (for which use \code{[as.character(i)]}). The argument \code{drop} applies to this form of indexing. A third form of indexing is via a numeric matrix with the one column