variables: Variables of an object

Description Usage Arguments Value Examples

Description

This is a generic functions that returns the variables/nodes of an R object.

Usage

1
variables(object)

Arguments

object

an R object

Value

vector of string

Examples

1
2
bnet1<-new_bnet(c("a","b","c","d"))
variables(bnet1)

gherardovarando/Rbnet documentation built on May 17, 2019, 4:18 a.m.