PolyGeniusEvaluation
Merge PolyGeniusEvaluation objects
Description
A tabular container for model-evaluation outputs in PolyGenius.
PolyGeniusEvaluation objects are data.table objects with standardized columns for downstream filtering, plotting, and meta-analysis.
Usage
## S3 method for class 'PolyGeniusEvaluation'
merge(x, y, ...)
print.PolyGeniusEvaluation(x, ...)
## S3 method for class 'PolyGeniusEvaluation'
x[i, j, drop = FALSE]
## S3 method for class 'PolyGeniusEvaluation'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
x
|
A |
y
|
A |
…
|
Passed to the underlying printer. |
i
|
Row index. |
j
|
Column index. |
drop
|
Logical; ignored for data.table semantics. |
row.names
|
Ignored. |
optional
|
Ignored. |
Value
A merged PolyGeniusEvaluation object.