Learn R Programming

ProFound (version 1.0.1)

plot.profound: ProFound Diagnostic Grid

Description

A useful visual grid of ProFound diagnostics. This is useful for checking if something very odd has occurred when running the code.

Usage

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

Arguments

x

Argument for the class dependent plot.profound function. An object of class profound as output by the profoundProFound function. This is the only structure that needs to be provided when executing plot(profound) class dependent plotting, which will use the plot.profound function.

Nothing to see here.

Value

Run for the side effect of generating a grid of useful diagnostic plots:

Top-left

Input image

Top-centre

Output segmentation map

Top-right

Sky subracted and normalised image with segment dilation extent shown in colour

Middle-left

Magnitude counts histogram, scaled to counts per sqaure degree if possible

Middle-centre

Output calculated sky

Middle-right

Output calculated skyRMS

Bottom-left

Dilation iteration histogram

Bottom-centre

Output mag versus R50

Bottom-right

Output mag versus axrat

Details

Run for the side effect of generating a grid of useful diagnostic plots.

See Also

profoundProFound

Examples

Run this code
# NOT RUN {
image=readFITS(system.file("extdata", 'VIKING/mystery_VIKING_Z.fits', package="ProFound"))

profound=profoundProFound(image, skycut=1.5, magzero=30, verbose=TRUE, plot=TRUE)

plot(profound)
# }

Run the code above in your browser using DataLab