chromDraw {chromDraw} | R Documentation |
Main chromDraw function. This R function calls the main C++ function.
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));