isdecisive: isdecisive

Description Usage Arguments Value Examples

View source: R/decisivator.R

Description

Determines whether the dataset is decisive or not and if not it tries to fix the dataset. save.

Usage

1
  isdecisive(filename, unrooted=T, fflag=F)

Arguments

filename

a csv-formatted file that stores the data matrix (dataset).

unrooted

which type of tree to check for.

fflag

a flag to tell the program to fix the dataset.

Value

A list with two elements, Fixed data matrix and A string as an answer whether the given dataset is decisive or not.

Examples

1
2
  library(decisivatoR)
  ans <- isdecisive(filename=system.file("extdata","SmallTest_Unrooted_NotDecisive.csv",package="decisivatoR"),unrooted=T)

izhbannikov/decisivatoR documentation built on May 18, 2019, 7:14 a.m.