picardplot {SSPA}R Documentation

Picard-plot

Description

Generates Picard-plot

Usage

picardplot(
  A,
  b,
  xlim = c(1, length(b)),
  ylim = NULL,
  main = "Picard-Plot",
  legend = TRUE
)

Arguments

A

the A matrix of the system: Ax = b.

b

the b vector of the system: Ax = b.

xlim

xlim of Picard-plot.

ylim

ylim of Picard-plot.

main

main

legend

legend

Details

details follow.

Value

generates Picard-plot.

Author(s)

Maarten van Iterson


[Package SSPA version 2.30.0 Index]