writeCounterXML: write counters to xml file

View source: R/writeCounterXML.R

writeCounterXMLR Documentation

write counters to xml file

Description

write counter table to xmlfile

Usage

writeCounterXML(counterTypeTable, xmlfile, originalImageFileName)

Arguments

counterTypeTable

counter type table, contain columns x, y, z, type

xmlfile

output xml file name

originalImageFileName

original image file name

Author(s)

Jianhong Ou

Examples

counterTypeTable = data.frame(x=1, y=1, z=1, type=1)
writeCounterXML(counterTypeTable, tempfile(), "test")

jianhong/cellCounter documentation built on June 10, 2022, 8 p.m.