Hi, I have aligned result (.nwk) from MEGAX and now looking to visualize the phylogenetic result. I am trying following tutorials. However, I am not sure how to provide my own data in this import command. If I give the command below, I am getting an error. Please suggest how to import my own data to plot the tree.
###
tr = read.tree("/home/mega_alignment/Newick Export.nwk")
####
nwk <- system.file("extdata", "sample.nwk", package="treeio")
tree <- read.tree(nwk)
And what the error message says?