Learn R Programming

bioRad (version 0.9.1)

convert_legacy: 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 vp convert_legacy(x)

# S3 method for vpts convert_legacy(x)

Value

An updated object of the same class as the input.

Arguments

x

A vp or vpts object.

See Also

  • summary.vp()

  • summary.vpts()

Examples

Run this code
# Convert a vp object
vp <- convert_legacy(example_vp)

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

Run the code above in your browser using DataLab