powered by
Plots a haplinTDT object.
# S3 method for haplinTDT plot(x, separate.plots = FALSE, filename, filetype = "png", ask = TRUE, ...)
A haplinTDT object, i.e. the result of running haplinTDT.
haplinTDT
Logical. The default is several plots on one page (FALSE), the alternative (TRUE) is one plot per page.
If you want a file containing the plot to be produced, give a character string for the filename.
The default filetype is "png", alternatively you can choose "jpeg" or "pdf".
Logical; if 'TRUE', the user is asked before each new page to be plotted.
Further arguments to be passed on to the plot function.
haplinTDT, summary.haplinTDT
summary.haplinTDT
# NOT RUN { # } # NOT RUN { ## Standard run: res <- haplinTDT("data.dat", nsim.perm=1000) plot(res) # }
Run the code above in your browser using DataLab