Description Usage Arguments Details Value
Sets the weights of the markers in a MWEIGHTS object.
1 2 3 4 5 6 7 8 | ## S4 replacement method for signature 'MWEIGHTS,numeric,missing,numeric'
x[i] <- value
## S4 replacement method for signature 'MWEIGHTS,character,missing,numeric'
x[i] <- value
## S4 replacement method for signature 'MWEIGHTS,logical,missing,numeric'
x[i] <- value
|
x |
a MWEIGHTS object |
i |
a numeric, logical or character vector |
value |
a numeric vector containing the new marker weight values |
Marker weights can be set based on their indexes or names in the MWEIGHTS object.
a S4 object of class MWEIGHTS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.