Wraps a specparam aperiodic parameter (by default the exponent) for one
channel as a reliability-characterised PhysioBiomarker.
Arguments
- result
A
specparam_resultfromspecparam().- channel
Channel index or label (default: 1).
- param
Which aperiodic parameter to export:
"exponent","offset", or"knee".- reliability
Named list of reliability indices to attach (default:
iccandsemplaceholders).
Examples
if (FALSE) { # \dontrun{
sp <- specparam(make_pe_2d(n_time = 4000, sr = 250))
specparamBiomarker(sp, channel = 1)
} # }