Description Usage Arguments Value Author(s) Examples
The function is used by g.readaccfile to assess how numeric data should be interpretted
1 | g.dotorcomma(inputfile,dformat,mon)
|
inputfile |
full path to inputfile |
dformat |
Data format code: 1=.bin, 2=.csv, 3=.wav, 4=.cwa |
mon |
Monitor code (accelorometer brand): 1=GENEA,2=GENEActiv,3=Actigraph, 4=Axivity. |
Character object showing how decimals are separated
Vincent T van Hees <vincentvanhees@gmail.com>
1 2 3 4 | ## Not run:
decn = g.dotorcomma(inputfile="C:/myfile.bin",dformat=1,mon=2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.