Learn R Programming

gem (version 0.19)

PlotMetadata: Read and plot Gem metadata

Description

ScanMetadata reads a Gem metadata file produced by Convert. PlotMetadata plots battery, temperature, GPS metadata.

Usage

ScanMetadata(fn, plot = TRUE) PlotMetadata(M, xlim = range(M$t))

Arguments

fn
Filename to read
plot
If true, plots metadata after reading the file
M
Metadata, such as output of ScanMetadata
xlim
Time limits to plot, in fractional days of year

Value

ScanMetadata: list including metadata from file:PlotMetadata: None.

Examples

Run this code
## Not run: 
# M = ScanMetadata('metadata/001metadata_000.txt') # scan the first metadata file from Gem SN 001
# ## End(Not run)

data(gem_metadata)
PlotMetadata(gem_metadata)

Run the code above in your browser using DataLab