Description Usage Arguments Value Examples
Main chromDraw function. This R function calls the main C++ function.
1 | chromDraw(argc, argv)
|
argc |
count of the input parameters. |
argv |
vector with the input parameters strings. |
return exit state.
1 2 3 4 5 | OUTPUTPATH = file.path(getwd());
INPUTPATH = system.file('extdata','Ack_and_Stenopetalum_nutans.txt', package ='chromDraw')
COLORPATH = system.file('extdata','default_colors.txt', package ='chromDraw')
chromDraw(argc=7, argv=c("chromDraw", "-c", COLORPATH, "-d", INPUTPATH, "-o",
OUTPUTPATH));
|
[1] 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.