Skip to content

Alter width of input plot/tree or things to tree, rather than other way around #8

@bananabenana

Description

@bananabenana

Hi, firstly wanted to say how much I really love aplot. It has helped me generate a number of great looking figures.

My issue is that I would like to either have my ggtree phylogeny as the input
ggtree_plot %>% insert_right(metadata1, width = 0.5)
but this returns
Error in x$plotlist[[i]] + ylim2(mp) : non-numeric argument to binary operator

So barring that, I would like to be able to scale the input plot
metadata1, width = 0.5 %>% insert_left(g)

Is there any way to do this?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions