update_table_display {ReDaMoR} | R Documentation |
Update the display of a table of a RelDataModel
Description
Update the display of a table of a RelDataModel
Usage
update_table_display(
x,
tableName,
px = NULL,
py = NULL,
color = NULL,
comment = NULL
)
Arguments
x |
|
tableName |
the name of the table to modify (a single character) |
px |
the position of the table: x value |
py |
the position of the table: y value |
color |
the color of the table |
comment |
a table description/comment |
Value
[Package ReDaMoR version 0.7.6 Index]