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


SSPA documentation built on Nov. 8, 2020, 5:50 p.m.