Learn R Programming

DRIP (version 2.3)

plot.JPLLK_Parameters: Plot the Residual Image from a JPLLK Estimation

Description

Plot the residual image from a JPLLK parameter selection object where the bandwidth is chosen by cross validation.

Usage

# S3 method for JPLLK_Parameters
plot(x, ...)

Value

A residual image is produced.

Arguments

x

A JPLLK parameter selection object.

...

Further arguments passed to or from other methods.

Author

Yicheng Kang

Details

Plot the residual image from a JPLLK parameter selection object. The bandwidth used in producing the residual image is chosen by cross validation.

References

Qiu, P. (2009) "Jump-Preserving Surface Reconstruction from Noisy Data", Annals of the Institute of Statistical Mathematics, 61(3), 715 -- 751, tools:::Rd_expr_doi("10.1007/s10463-007-0166-9").

See Also

JPLLK_surface, print.JPLLK_Parameters, summary.JPLLK_Parameters

Examples

Run this code
fit <- JPLLK_surface(image=sar, bandwidth=c(3, 4))
plot(fit)

Run the code above in your browser using DataLab