Usage
fit.sensitivity.plot(data, fit, rho = 51, l = 1000, r.range = 0.015, theta.range = pi/360, steps = 100, nlevels = 200, r.squared = TRUE, bound.at = 0.99, ...)
Arguments
data
Measured breakage data as an XY list or data frame, with data$x
holding the breakage distances
in microns, and data$y
the corresponding resistance in megohms. For compatibility with
breakage.plot
and break.clust
, these columns may instead by named
Z
and Mohm
respectively.
rho
Resistivity of the filler solution, in ohm centimetres. Must be the same value used for fitting
or the plot will be incorrect.
l
The initial length of the pipette tip, in microns. Must be the same value used for fitting
or the plot will be incorrect.
r.range
The range above and below the fitted inner radius result, r
, to test and plot, in microns.
theta.range
The range above and below the fitted half-cone angle result, theta
, to test and plot, in radians.
steps
The total number of steps to evaluate in both directions.
nlevels
The number of contour lines to draw.
r.squared
Whether to plot the error value directly, or transform it to plot the coefficient of
determination (or R-squared) instead. The latter is plotted by default. It contains
the same information in marginally more convenient form, but its use might be considered
misleading if taken as implying a linear model.
bound.at
A level at which to plot a significance contour. This is on top of the nlevels
contours automatically positioned by the main plot, and plotted in a different colour.
...
Any additional parameters to be passed to the main contour
plot.