rod.write: Writes a synthetic ROD-like output file to hard-drive....

Description Usage Arguments Value

View source: R/colonyRead.R

Description

Takes the data.frame generated by colonyzer.read, discards some columns, rearranges it, and writes data.frame to file in ROD-like format. This function is deprecated, and is only provided for backwards compatibility with other deprecated code.

Usage

1
rod.write(iman,outf)

Arguments

iman

Image analysis data.frame as returned by colonyzer.read

outf

Name of output file for writing data to hard-drive.

Value

Doesn't return anything, but rather writes a tab delimited text file (ROD style format) to hard-drive.


qfa documentation built on Feb. 22, 2020, 3:01 a.m.

Related to rod.write in qfa...