main_chromDraw {chromDraw} | R Documentation |
The main chromDraw function, that controls all other C++ functions.
main_chromDraw(argc, argv)
argc |
Count of the input parameters. |
argv |
Vector with the input parameters strings. |
Return exit state.
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));