convert_legacy: Convert legacy bioRad objects

View source: R/convert_legacy.R

convert_legacyR Documentation

Convert legacy bioRad objects

Description

Convert legacy bioRad objects (vp, vpts) and make them compatible with the current bioRad version. Conversion includes renaming HGHT to height.

Usage

convert_legacy(x)

## S3 method for class 'vp'
convert_legacy(x)

## S3 method for class 'vpts'
convert_legacy(x)

Arguments

x

A vp or vpts object.

Value

An updated object of the same class as the input.

See Also

  • summary.vp()

  • summary.vpts()

Examples

# Convert a vp object
vp <- convert_legacy(example_vp)

# Convert a vpts object
vpts <- convert_legacy(example_vpts)

bioRad documentation built on Oct. 20, 2023, 5:06 p.m.