vetr icon indicating copy to clipboard operation
vetr copied to clipboard

`abstract` nuking columns inside ggplot objects

Open brodieG opened this issue 6 years ago • 0 comments

p.base <- ggplot(data.frame(x=numeric(), y=numeric()), aes(x=x, y=y))
p.p <- p.base + geom_point()
str(abstract(p.p))
List of 9
 $ data       :'data.frame':    0 obs. of  0 variables
 $ layers     :List of 1

brodieG avatar Jul 26 '17 13:07 brodieG