calmat: Extract a calibration matrix from an object

View source: R/calibrate.R

calmatR Documentation

Extract a calibration matrix from an object

Description

Extract a calibration matrix from an object

Usage

calmat(X, station, ...)

## Default S3 method:
calmat(X, station, ...)

.calmat(X, ...)

## S3 method for class 'cal.surf1'
.calmat(X, station, ...)

calmat_reshape(X, ...)

## Default S3 method:
calmat_reshape(
  X,
  inv.type = NULL,
  coeff.names = c("S11", "S21", "S31", "S41", "S12", "S22", "S32", "S42", "S13", "S23",
    "S33", "S43"),
  ...
)

Arguments

X

calibration table

station

station code

...

additional parameters

inv.type

calibration inversion type

coeff.names

the coefficient labels


abarbour/strain documentation built on Oct. 13, 2023, 11:44 p.m.