View source: R/writeCounterXML.R
writeCounterXML | R Documentation |
write counter table to xmlfile
writeCounterXML(counterTypeTable, xmlfile, originalImageFileName)
counterTypeTable |
counter type table, contain columns x, y, z, type |
xmlfile |
output xml file name |
originalImageFileName |
original image file name |
Jianhong Ou
counterTypeTable = data.frame(x=1, y=1, z=1, type=1) writeCounterXML(counterTypeTable, tempfile(), "test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.