Skip to content

Can t use the plotSasRidgeplot() function #208

Open
@wuxiangning

Description

Hello! Recently when i use plotSasRidgeplot to draw something, the strange error happened.But the plotSasLineplot() still work.I dont know how to solve it.Help!
Thanks!
My code is:

ids <- getSpatAnnIds(object, ids = c("spat_ann_1","spat_ann_2","spat_ann_3"))
plotSasLineplot(object, ids = ids, variables = c("VEGFA", "HM_HYPOXIA", "RCTM_TCR_SIGNALING", "CD74")) +

  • labs(x = "Distance to Necrosis")

visualize with ridgeplots

plotSasRidgeplot(object, ids = ids, variables = c("VEGFA", "HM_HYPOXIA", "RCTM_TCR_SIGNALING", "CD74")) +

  • labs(x = "Distance to Necrosis")
    Error in map():
    ℹ In index: 1.
    Caused by error:
    ! 缺少参数"..5",也缺失默认值
    Run rlang::last_trace() to see where the error occurred.

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