Learn R Programming

Patterns (version 1.2)

plotF: 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.

Examples

Run this code
# NOT RUN {
#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")
# }

Run the code above in your browser using DataLab