powered by
Constructor for QmatrixFilt objects
QmatrixFilt
QmatrixFilt(rowncol = list(""), avmaxcorr = as.table(matrix(NA)), rawcorr = list(""))
A list corresponding to the @rowncol slot listing filtered Q matrix correlations by the rows-and-columns method
A table corresponding to the @avmaxcorr slot listing filtered Q matrix correlations by the rows-and-columns method
A list corresponding to the @rawcorr slot listing raw Q matrix correlations
Returns a S4 object of class QmatrixFilt listing Q matrix correlation results
# NOT RUN { test <- QmatrixFilt(rowncol = list(c("a", "b", "c"))) test@rowncol # }
Run the code above in your browser using DataLab