is.gRapHD {gRapHD} | R Documentation |
Methods
for class gRapHD
.
## S3 method for class 'gRapHD': is(object)
object |
an R object. |
A logical constant, TRUE
if the argument is of class gRapHD
.
Gabriel Coelho Goncalves de Abreu (Gabriel.Abreu@agrsci.dk)
Rodrigo Labouriau (Rodrigo.Labouriau@agrsci.dk)
David Edwards (David.Edwards@agrsci.dk)
data(dsCont) m1 <- minForest(dsCont,homog=TRUE,forbEdges=NULL,stat="LR") is(m1,"gRapHD") is.gRapHD(m1)