chromDraw: Main chromDraw function. This R function calls the main C++...

Description Usage Arguments Value Examples

View source: R/chromDraw.R

Description

Main chromDraw function. This R function calls the main C++ function.

Usage

1
chromDraw(argc, argv)

Arguments

argc

count of the input parameters.

argv

vector with the input parameters strings.

Value

return exit state.

Examples

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));

Example output

[1] 0

chromDraw documentation built on Nov. 8, 2020, 5:30 p.m.