Debug a ggproto method
Arguments
- method
A function or a ggproto method. The ggproto method may be specified using any of the following forms:
ggproto$method
namespace::ggproto$method
namespace:::ggproto$method
- ...
Ignored. Designed for the ease of calling this function by modifying the call to an earlier
{ggtrace}
function in interactive contexts.