- tree
phylo. The phylogenetic tree object on which to add the
silhouette.
- tip
character. The tip labels against which to add the silhouettes. If not
specified, the names of the img, uuid or name vector are used.
- img
A Picture or png array object, e.g.,
from using get_phylopic().
- name
character. A taxonomic name to be passed to get_uuid().
- uuid
character. A valid uuid for a PhyloPic silhouette (such as
that returned by get_uuid() or pick_phylopic()).
- align
character. Should each silhouette be aligned to its
respective tip ("tip", the default) or to the right-hand side of the
plotting area ("plot")? If "tip" is specified, the silhouette is placed
at the x coordinate of the respective tip, plus any horizontal padding
specified by padding or relPadding. If "plot" is specified, the
silhouette is placed at the right-hand side of the plotting area,
determined by par("usr"), plus any horizontal padding specified by
padding or relPadding.
- width, relWidth
numeric. The width of each silhouette, in the plot coordinate
system (width) or relative to the size of the plotting area (relWidth).
If "NULL" and height is specified, the width is determined by the aspect
ratio of the original image. One of height and width must be "NULL".
- padding, relPadding
numeric. Horizontal padding for each silhouette from its
respective x value, in the plot coordinate system (padding) or relative
to the size of the plotting area (relPadding). Negative values offset to
the left.
- hjust
numeric. A numeric vector between 0 and 1 specifying
horizontal justification (left = 0, center = 0.5, right = 1).
- ...
Further arguments to pass to add_phylopic_base().