plot.linmodel {dyad} | R Documentation |
Plot influence and fitted function for an object returned by linmodel
.
plot.linmodel(x, xlim = NULL, ylim = NULL, xlab = "Score", ylab = "Influence", ...)
x |
Object of class bilinmodel |
xlim |
the x limits (x1, x2) of the plot (by default, calculated from the score data) |
ylim |
the y limits of the plot (by default, calculated from the influence data) |
xlab |
a title for the x axis |
ylab |
a title for the y axis |
... |
additional arguments to plot.default . |
Tara Madhyastha