gitter.read: Read in a data file as a 'gitter' data object.

Description Usage Arguments Value Examples

View source: R/io.r

Description

This function will take a path to a data file generated by gitter and read it into a gitter object for use with plot, summary and warning functions.

Usage

1

Arguments

path

Path to the data file generated by gitter.

Value

gitter data.frame object for use with plot, summary and warning functions.

Examples

1
2
3
4
# Get dat file path
f = system.file("extdata", "sample.jpg.dat", package="gitter")
# Read in path as a gitter data object
g = gitter.read(f)

gitter documentation built on May 2, 2019, 9:14 a.m.