plot {causal.decomp} | R Documentation |
Visualize sensitivity Objects
Description
S3 methods visualizing results for some objects generated by sensitivity
.
Usage
## S3 method for class 'sensitivity'
plot(x, xlim = c(0, 0.3), ylim = c(0, 0.3), ...)
Arguments
x |
an object of class |
xlim |
limits of the x-axis of contour plots. |
ylim |
limits of the y-axis of contour plots. |
... |
Other arguments for future usage. |
[Package causal.decomp version 0.1.0 Index]