Learn R Programming

chromDraw (version 2.2.0)

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

Description

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

Usage

chromDraw(argc, argv)

Arguments

argc
count of the input parameters.
argv
vector with the input parameters strings.

Value

return exit state.

Examples

Run this code
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));

Run the code above in your browser using DataLab