- solution
Object with saved output of the 'AssessMonophyly' function.
- tree
An object of type 'phy', rooted phylogeny (the same which was used to obtain the solution before).
- taxlevels
An integer or name corresponding to the desired taxonomic level (i.e. the number of its column in the taxonomy table, not counting the tip names). Default is 1.
- plot.type
Either "monophyly", "taxonomy", "intruders" or "monoVStax", see details. Default is "monophyly".
- monocoll
If TRUE will collapse all monophyletic taxa to one single tip labeled with the taxon name. Default is FALSE.
- ladderize
If TRUE will ladderize tree before reconstruction and plotting. Default is TRUE.
- PDF
If TRUE will print a pdf with lenght adjusted to number of tips instead of plotting in R. Default is FALSE.
- PDF_filename
Used to customize the name of pdf file created when PDF=TRUE. Default is 'Monophylyplot.pdf'.
- PDF_width
Used to customize the width of pdf file created when PDF=TRUE. Default is 'auto', which will scale the width automatically based on the size of the tree.
- PDF_height
Used to customize the height of pdf file created when PDF=TRUE. Default is 'auto', which will scale the height automatically based on the size of the tree.
- mono.colour
Colour vector for plot type "monophyly" (and left side of "monoVStax"). Default is "PRGn", which colours monophyletic taxa green, non-monophyletic (intruded) taxa light purple and intruders purple using colours as specified in the corresponding ColorBrewer palette. Other predefined palettes are 'RdBu' (blue and red), 'PuOr' (purple and orange), 'PiYG' (green and pink) and 'BrBG' (petrol and brown). Alternatively, the colours can be customized as a vector in the order: c('monophyletic', 'non-monophyletic/intruded', 'intruder/outlier').
- tax.colour
Colour vector for plot type "taxonomy" (and right side of "monoVStax"). Default is "rainbow", which assigns every taxon a different colour using the command 'rainbow()'.
- intrud.colour
Colour vector for plot type "intruder". Default is "rainbow", which assigns every intruder taxon a different colour using the command 'rainbow()', while monophyletic taxa are gray and non-monophyletic (intruded) taxa are black.
- edge.width
Used to customize the thickness of the tree's branches. Default is 3.
- cex
Used to customize the font size of the tip labels. Default is 0.2.
- adj.names
Used to change the justification of the tip label text (0: left, 0.5: centered, 1: right). Default is 'auto', which will left-justify the names in all plot types except for 'monoVStax', in which they will be centered.
- adj.tips
Used to change the justification of the tip label symbols (0: left, 0.5: centered, 1: right). Default is 0.5 (centered).
- label.offset
Used to adjust the distance between the tips of the tree and the tip label text. Default is 'auto', which will scale the distance based on the size of the tree.
- type
Used to determine the type of phylogeny, can either be "phylogram", "cladogram", "fan" or "radial". The type "unrooted" is not available, since the assessment of monophyly requires a rooted tree. The default is "phylogram".
- ...
Other plot.phylo arguments.