You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the position of the nodes in the graph can be adjusted manually.
But I saved this graph by webshot2::webshot, but those adjustment cannot be saved.
I draw a sankey plot in R:
p <- sankeyNetwork(Links = links, Nodes = nodes, Source = "SourceID", #sourceID Target = "TargetID", #targetID Value = "value", NodeID = "name", colourScale=my_color, #nodePadding = 20, LinkGroup = 'subtype', fontFamily = "arial", fontSize = 15, nodeWidth = 40, sinksRight = F, height = 400, width = 550)
And the position of the nodes in the graph can be adjusted manually.
But I saved this graph by webshot2::webshot, but those adjustment cannot be saved.
saveNetwork(p,"m6A_type_OS.html")
webshot("m6A_type_OS.html" , "m6A_type_OS.pdf")
Can somebody give me some advice?
The text was updated successfully, but these errors were encountered: