name {bnstruct} | R Documentation |
get name of an object.
Description
Return the name of an object, of class BN
or BNDataset
.
Usage
name(x)
## S4 method for signature 'BN'
name(x)
## S4 method for signature 'BNDataset'
name(x)
Arguments
x |
an object. |
Value
name of the object.
[Package bnstruct version 1.0.15 Index]