picardplot: Picard-plot

Description Usage Arguments Details Value Author(s)

View source: R/tikhonov.R

Description

Generates Picard-plot

Usage

1
2
3
4
5
6
7
8
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


Rommelio-coli/SSPA documentation built on Dec. 18, 2021, 11 a.m.