plot,coco,missing-method {cocons}R Documentation

Plot Method for coco objects

Description

This method plots objects of class coco.

Usage

## S4 method for signature 'coco,missing'
plot(x, y, type = NULL, index = NULL, factr = 0.1, ...)

Arguments

x

(S4) A fitted object of class coco.

y

Not used.

type

(character or NULL) The type of plot. NULL or "ellipse" for drawing ellipse of the convolution kernels.

index

(integer vector) For plotting local correlation plots.

factr

(numeric) Factor rate for size of ellipses.

...

Additional arguments passed to quilt.plot.

Value

Several plots are created.

Author(s)

Federico Blasi


[Package cocons version 0.1.4 Index]