plotF: Plot functions for the F matrices.

View source: R/global.R

plotFR Documentation

Plot functions for the F matrices.

Description

The graphical output will differ according to the option used.

Usage

plotF(x, choice = "Fshape", nround = 2, pixmap.color = terrain.colors(20))

Arguments

x

The F matrix.

choice

A string: either "F", "Fpixmap", "Fshape", or "Fshapepixmap"

nround

An integer. For numerical F matrices only. The number of decimal numbers to display.

pixmap.color

For pixmap plots.

Value

Nothing.

Author(s)

Bertrand Frederic, Myriam Maumy-Bertrand.

Examples


#For numerical/inferred F matrices
plotF(CascadeFinit(4,4),choice="F", nround=1)
plotF(CascadeFinit(4,4),choice="Fpixmap")

#For theoritical F matrices
plotF(CascadeFshape(4,4),choice="Fshape")
plotF(CascadeFshape(4,4),choice="Fshapepixmap")


Patterns documentation built on Dec. 1, 2022, 5:09 p.m.