This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
can't find the original joke after 60s searching, so here's a rough reconstruction: | |
How to make fried green tomatoes | |
1) Select dark green tomatoes with no blemishes | |
2) Slice longitudinally into 2cm slabs | |
3) coat with a mixture of salt, flour and spices | |
4) deep fry for 2mins in oil at 200degC | |
5) bury result in back yard and buy a burger. Fried green tomatoes are nasty. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
refn = function() { | |
source("fn.r"); | |
} | |
plot_ut_text = function() { | |
p = plot_ut_abstract() + geom_text(aes(label = p1remaining, colour = p1remaining), size = 3) | |
p | |
} | |
plot_ut_point = function () { | |
p = plot_ut_abstract() + geom_point(aes(size = p1remaining, colour = p1remaining)) |
NewerOlder