proto_features {ggedit}R Documentation

ggplot2 layer proto extraction

Description

Extract geom, stat and position protos from a ggplot2 layer

Usage

proto_features(l)

Arguments

l

ggproto

Value

data.frame

Examples

proto_features(ggplot2::geom_smooth())
proto_features(ggplot2::annotation_logticks())


[Package ggedit version 0.4.1 Index]