| matchCompatibility | R Documentation |
Record-level and suite-level compatibility of the scaled spectra against the target band: PGA position, band containment, and RMSE diagnostics per record, plus their suite aggregate.
matchCompatibility(
.x,
target,
scale,
ocid = "H1",
factorMin = 0,
factorMax = Inf
)
.x |
data.table. Final PSW rows (after record scaling) with the
record key columns, |
target |
data.table. Target band with columns |
scale |
data.table. Record scaling table ( |
ocid |
character. Component evaluated ( |
factorMin |
numeric. Lower record-factor bound used to flag
saturated records. Default |
factorMax |
numeric. Upper record-factor bound used to flag
saturated records. Default |
list with record (per-record diagnostics, one row per
record) and summary (one-row suite aggregate).
## Not run:
QA <- matchCompatibility(.x = PSW, target = Band, scale = Suite$scale,
factorMin = 0.5, factorMax = 1.6)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.