gv.relation {autodb} | R Documentation |
Generate Graphviz input text to plot relations
Description
Produces text input for Graphviz to make an HTML diagram of a given relation.
Usage
## S3 method for class 'relation'
gv(x, name = NA_character_, ...)
Arguments
x |
a |
name |
a character scalar, giving the name of the schema, if any. |
... |
further arguments passed to or from other methods. |
Details
Each relation is presented as a set of rows, one for each attribute in the relation. These rows include information about the attribute classes.
Value
A scalar character, containing text input for Graphviz.
See Also
The generic gv
.
[Package autodb version 2.3.1 Index]