get.colony.data: This function creates a data object from the Colony2 outputs.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/get.colony.data.R

Description

When provided with the directory name, and the name of the *.DAT colony input file, this function creates a list object containing pertinent information from the Colony output files.

Usage

1
get.colony.data(datadir, filename, colonyVersion)

Arguments

datadir

The path to the directory that contains the Colony output files and the *.DAT Colony input file.

filename

Optional. The name of the Colony input file. If this argument is omitted, the command will search for a *.DAT file in the data directory (datadir) and use that as the input file.

colonyVersion

The version of Colony that was used (default is 2.0, other option is 2.0.3).

Value

A list, containing data extracted from the Colony output files

Author(s)

Owen R. Jones

References

http://www.zoo.cam.ac.uk/ioz/software.htm#COLONY

See Also

run.colony, build.colony.input

Examples

1
2
3
#Not run
#mynewdata<-get.colony.data("/Users/FredBlogs/Documents/Example/")
#mynewdata<-get.colony.data("/Users/FredBlogs/Documents/Example/","Example1.DAT")

rcolony documentation built on May 2, 2019, 6:42 p.m.