View source: R/plot_functions_lite.R
yNodeCoords | R Documentation |
Order the riverplot nodes to minimize crossings
yNodeCoords( nodes, edges, rank_flag = FALSE, scale_factor = 1, start_coords = c(1, 2), edgeWeightColName = "rescaled", scale_fun = function(x) { return(x) } )
nodes |
riverplot nodes |
edges |
riverplot nodes |
rank_flag |
default FALSE |
scale_factor |
default 1 |
start_coords |
default c(1,2) |
edgeWeightColName |
"rescaled" |
scale_fun |
function |
node_ypos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.