powered by
Converts a phylip distance matrix into a either an R dataFrame or matrix.
d.phy2df(phyfile, as = 'matrix')
path to the file containing the distances in phylip format.
class of the output R data. It should be either 'dataframe' or 'matrix'.
Either a dataframe or a matrix containing the distances read from the phy file.
d.df2pny()
# NOT RUN { d.phy2df(phyfile = "./data_t/d_dummy.txt") # }
Run the code above in your browser using DataLab