auto_layout | R Documentation |
Pre-compute RelDataModel layout when missing any x or y table position
auto_layout(
x,
layout = "layout_nicely",
lengthMultiplier = 40 * length(x),
force = FALSE
)
x |
a RelDataModel |
layout |
character name of igraph layout function to use (Default: "layout_nicely"). |
lengthMultiplier |
a numeric value to scale x and y coordinate (default: 40*length(x)) |
force |
if TRUE autolayout even if all tables have coordinates (default: FALSE) |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.