Skip to content

ggdiffclade-No documentation for ‘offspring.tbl_tree_item’ in specified packages and libraries #136

@Balakulandai

Description

@Balakulandai

Hi
diffclade_bac <- ggdiffclade(

  • obj = deres_bac,
  • alpha = 0.3,
  • linewd = 0.15,
  • skpointsize = 0.6,
  • layout = "radial",
  • taxlevel = 3, # e.g. Family; change if needed
  • removeUnkown = TRUE,
  • reduce = FALSE
  • ) +
  • scale_fill_manual(values = cols) +
  • guides(color = guide_legend(
  • keywidth  = 0.1,
    
  • keyheight = 0.2,
    
  • order     = 3,
    
  • ncol      = 1
    
  • )) +
  • theme(
  • panel.background   = element_rect(fill = NA),
    
  • legend.position    = "right",
    
  • plot.margin        = margin(0, 0, 0, 0),
    
  • legend.key.width   = unit(0.2, "cm"),
    
  • legend.key.height  = unit(0.2, "cm"),
    
  • legend.spacing.y   = unit(0.02, "cm"),
    
  • legend.title       = element_text(size = 7),
    
  • legend.text        = element_text(size = 6),
    
  • legend.box.spacing = unit(0.02, "cm")
    
  • )
    The removeUnkown has been deprecated, Please use removeUnknown instead!
    Error in offspring.tbl_tree_item(.data = .data, .node = .node, tiponly = tiponly, :
    could not find function "offspring.tbl_tree_item" I have tidy tree 0.4.6 install.
    Thank you

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