name<- {bnstruct} | R Documentation |
Set the name
slot of an object of type BN
or BNDataset
.
name(x) <- value ## S4 replacement method for signature 'BN' name(x) <- value ## S4 replacement method for signature 'BNDataset' name(x) <- value
x |
an object. |
value |
the new name of the object. |