plot.gdm: Plotting Generalized Dissimilarity Models

Description Usage Arguments Value Author(s)

Description

plot is used to plot a generalized dissimilarity model, specified by giving a gdm object.

Usage

1
plot.gdm(model, plot.layout = c(2, 2), plot.color = rgb(0, 0, 1), plot.linewidth = 2)

Arguments

model

A gdm object.

plot.layout

This sets the row and column layout for the predictor plots. Default is 2 rows by 2 columns. To produce one predictor plot per page set plot.layout to c(1,1). The overall model plots are always produced on a single page each i.e. a single page plot of the raw prediction against the observed response data and a single page plot of the predicted data after applying the link function of 1.0 - exp(-y). This layout parameter only affects the layout of the respective plot for those predictors that had featured in the model fitting process.

plot.color

An RGB vector describing the color of the data points that are plotted for the overall plots. The default is blue (rgb(0.0,0.0,1.0).

plot.linewidth

A value describing the desired linewidth for the regression over-plotted in the two overall plots to optimise the display of the regression line over the data points.

Value

plot returns NULL. use summary to obtain or print a summary of the model object.

Author(s)

Glenn Manion


Gdm01 documentation built on May 2, 2019, 4:54 p.m.