Closed timelyportfolio closed 8 years ago
Has to be
data.frame(x=1:10) %>% ntbt_xyplot(x~x)
not
data.frame(x=1:10) %>% xyplot(x~x)
How dumb of me! I will blame it on my excitement. I knew that. Sorry.
(this is part of my evil plan... you will dream with ntbt_
...)
Maybe it should be o__
Please also create interfaces to any function not included. You need to do
ntbt_your_function <- intubate
Loving this, but bummed I ran into trouble with the
lattice
functions.gives me
gives me
I get a similar error with all the
ntbt_*
lattice functions that I tried. Is this a problem withgenerics
?