picardplot {SSPA} | R Documentation |
Generates Picard-plot
picardplot( A, b, xlim = c(1, length(b)), ylim = NULL, main = "Picard-Plot", legend = TRUE )
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 follow.
generates Picard-plot.
Maarten van Iterson