Description Usage Arguments Details Author(s)
Add images to the tree.
1 2 |
images |
A named list of images; the name corresponds to the
tip or node that it will be associated with. The actual images
can be raster images (produced by |
offset |
Offset, in the time dimension. Watch out for tip/node labels (this will happily draw on top of the labels). |
rot |
Rotation of the image. May be a scalar or vector of
the same length as |
width |
Width of the image, before rotation. Because
rotation may eventually happen in two places this is potentially
confusing. Don't use "native" units unless you want unpredictable
results. Ironically, that is the default. May be a scalar or a
vector of the same length as |
name |
Name to give the image within the tree |
gp |
Graphical parameters. According to the help for
|
Under heavy development at the moment, documentation pending.
There are two basic types of images that we might want to add:
raster images (e.g., read by readPNG
and plotted with
grid.raster
) and vector images (through a fairly torturous
process).
Rich FitzJohn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.