as.bsm: Convert an object to one with class "bsm"

View source: R/bsm.R

as.bsmR Documentation

Convert an object to one with class 'bsm'

Description

Convert an object to one with class 'bsm'

Usage

as.bsm(X, ...)

## Default S3 method:
as.bsm(
  X,
  g0az = 0,
  station = "",
  i.type = "GTSM",
  linearize = TRUE,
  cal.tbl = c("pbou"),
  ...
)

is.bsm(X)

is.raw_strain(X)

Arguments

X

generic object

...

additional arguments

g0az

numeric; the orientation of the zeroth gauge

station

character; name of the station associated with the data

i.type

character; instrument type

linearize

logical; Should X be linearized?

cal.tbl

character; retrieve calibration coefficients from this table


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