Learn R Programming

gitter (version 1.1.1)

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

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

gitter.read(path)

Arguments

path
Path to the data file generated by gitter.

Value

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

Examples

Run this code
# 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)

Run the code above in your browser using DataLab