View source: R/presentAnalysis.R
ezPresentFlags | R Documentation |
Returns TRUE for values that are considered as measured correctly and that are over a threshold, if one is used.
ezPresentFlags(x, presentFlag = NULL, param = NULL, isLog = FALSE)
x |
a matrix with row and column names. |
presentFlag |
a binary matrix with the same size as |
param |
contains a threshold and whether it should be used.
|
isLog |
a logical indicating whether the |
Returns a logical matrix.
Rehrauer, Hubert
Schmid, Peter
m1 = matrix(1:20,5)
rownames(m1) = letters[1:5]
colnames(m1) = letters[6:9]
ezPresentFlags(m1, param=list(useSigThresh=TRUE, sigThresh=10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.