Skip to content

Instantly share code, notes, and snippets.

@abznak
abznak / fried green tomatoes
Created December 30, 2010 04:44
How to make fried green tomatoes
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.
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))