main_chromDraw: The main chromDraw function, that controls all other C++...

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

The main chromDraw function, that controls all other C++ functions.

Usage

1
main_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.