plot,IclPath,missing-method {greed}R Documentation

Plot an IclPath-class object

Description

Plot an IclPath-class object

Usage

## S4 method for signature 'IclPath,missing'
plot(x, type = "tree")

Arguments

x

a IclPath-class

type

a string which specify plot type:

  • 'front': plot the extracted front ICL, log(alpha)

  • 'path': plot the evolution of ICL with respect to K

  • 'tree': plot the associated dendrogram

Value

a ggplot2 graphic


[Package greed version 0.6.1 Index]