autoplot.cgps_cw {CausalGPS} | R Documentation |
A helper function for cgps_cw object
Description
A helper function to plot cgps_cw object using ggplot2 package.
Usage
## S3 method for class 'cgps_cw'
autoplot(object, ...)
Arguments
object |
A cgps_cw object. |
... |
Additional arguments passed to customize the plot. |
Value
Returns a ggplot object.
[Package CausalGPS version 0.5.0 Index]