summary.gitter: View the summary of a gitter data file

Description Usage Arguments Value Examples

View source: R/io.r

Description

This function will show a brief summary of a data frame produced by gitter.

Usage

1
2
## S3 method for class 'gitter'
summary(object, ...)

Arguments

object

The data.frame produced by gitter.

...

Additional arguments. Not used.

Value

Summary including the call made to gitter, colony size quantiles and more.

Examples

1
2
# dat = gitter("/path/to/image")
# summary(dat)

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