Learn R Programming

gemlog (version 0.41)

GemSpecs: Gem specs table

Description

Specs table for various Gem versions.

Usage

data(GemSpecs)

Arguments

Format

Data frame with following elements:

version

Version number corresponding to following specs

bitweight_Pa

Pressure resolution for default (high) gain (Pa/count)

bitweight_V

Voltage resolution for default (high) gain (V/count)

min_SN

Lowest serial number made for this version

max_SN

Highest serial number made for this version

Examples

Run this code
# NOT RUN {
data(GemSpecs)

## determine pressure bitweight for logger 014
i = which(14 >= GemSpecs$min_SN & 14 <= GemSpecs$max_SN)
GemSpecs[i,]$bitweight_Pa

# }

Run the code above in your browser using DataLab