[<-,sample,character,ANY,ANY-method {neotoma2} | R Documentation |
Assign sample field by numeric index
Description
Assign sample field by numeric index
Usage
## S4 replacement method for signature 'sample,character,ANY,ANY'
x[i] <- value
Arguments
x |
The sample object. |
i |
The column indicator. |
value |
The value to be used. |
Value
sample
object with reassigned character values
[Package neotoma2 version 1.0.7 Index]