variables<- {bnstruct} | R Documentation |
Set the list of variable names in a BN
or BNDataset
object.
variables(x) <- value ## S4 replacement method for signature 'BN' variables(x) <- value ## S4 replacement method for signature 'BNDataset' variables(x) <- value
x |
an object. |
value |
vector containing the variable names of the object.
Overwrites |