Method for plotting response surface objects
# S3 method for ResponseSurface
plot(x, color = c("z-score", "maxR", "occupancy"), ...)Output of fitSurface
Character indicating on what values surface coloring will be based.
If color = "z-score", surface coloring will be based on median of
standartized off-axis Z-scores. Median function can be replaced by other
function using an optional colorfun argument which will be passed to
plotResponseSurface. Color breaks are determined here by standard
deviation of off-axis Z-scores. For color = "maxR", coloring will be
based on values of maxR statistic and the quantile of its distribution
(bootstrapped or not). If color = "occupancy", coloring will be
based on calculated occupancy rate for the respective dose combination.
Further parameters passed to plotResponseSurface.
colorBy argument in this method is computed automatically and thus
cannot be passed to plotResponseSurface.