is.gRapHD {gRapHD}R Documentation

Tests is a object is of "gRapHD" class.

Description

Methods for class gRapHD.

Usage

  ## S3 method for class 'gRapHD':
  is(object)

Arguments

object an R object.

Details

A logical constant, TRUE if the argument is of class gRapHD.

Author(s)

Gabriel Coelho Goncalves de Abreu (Gabriel.Abreu@agrsci.dk)
Rodrigo Labouriau (Rodrigo.Labouriau@agrsci.dk)
David Edwards (David.Edwards@agrsci.dk)

Examples

  data(dsCont)
  m1 <- minForest(dsCont,homog=TRUE,forbEdges=NULL,stat="LR")
  is(m1,"gRapHD")
  is.gRapHD(m1)

[Package gRapHD version 0.1.0 Index]