Description Usage Arguments Details Value
Creates a MWEIGHTS object based on a set of marker names, where all marker weights are set to 1.
1 | create.MWEIGHTS(markers)
|
markers |
a character vector specifying the names of the markers |
This function is a short-cut to the following code:
markers <- c("marker1","marker2","marker3","markeri...","markern")
weights <- rep(1,length(markers))
mweights <- MWEIGHTS(markers=markers,weights=weights)
The weight of each marker is set to 1 but can be changed afterwards using the function set.
a MWEIGHTS object containing the marker weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.