powered by
Creates a summary table of several TESS runs with k, number of runs and individuals.
summariseRunsTess(data = NULL, writetable = FALSE)
A dataframe with tabulated runs. An output from tabulateRunsTess(). Must have minimum 2 columns named k and ind.
tabulateRunsTess()
A logical indicating if the output table is to be exported as a tab-delimited text file in the working directory.
Returns a dataframe with all values of K sorted by K. The table has 3 columns namely value of K, number of runs for each K and number of individuals.
summariseRunsStructure, summariseRunsMatrix
summariseRunsStructure
summariseRunsMatrix
# NOT RUN { tlist <- list.files(path=system.file("files/tess",package="pophelper"),full.names=TRUE) tr1 <- tabulateRunsTess(files=tlist) summariseRunsTess(tr1) # }
Run the code above in your browser using DataLab