gv.data.frame {autodb} | R Documentation |
Generate Graphviz input text to plot a data frame
Description
Produces text input for Graphviz to make an HTML diagram of a given data frame.
Usage
## S3 method for class 'data.frame'
gv(x, name = NA_character_, ...)
Arguments
x |
a data.frame. |
name |
a character scalar, giving the name of the record, if any. The
name must be non-empty, since it is also used to name the single table in
the plot. Defaults to |
... |
further arguments passed to or from other methods. |
Details
The rows in the plotted data frame include information about the attribute classes.
Value
A scalar character, containing text input for Graphviz.
See Also
The generic gv
.
[Package autodb version 3.0.0 Index]