Generic plot for an IQRtteProject object

Also creates a project_parameters_table.txt table file in the project folder.

# S3 method for IQRtteProject
plot(x, ..., CORR_THRESHOLD = 0.3, pathname = NULL)

Arguments

x

IQRtteProject object

...

Additional unused arguments

CORR_THRESHOLD

Threshold from which on the color is changed to highlight larger correlation

pathname

If provided, the output is done to that path. If not, a list with all output objects is returned

Value

If no pathname provided, a list with ggplot objects and tables is returnd. Each list entry has the plot data attached as attribute "plotData"