contourLines
, though the labelling is done very clumsily and with a specialized application in mind.
DrawContourlines(x, label = FALSE, cex = 0.7, vfont = c("sans serif", "bold"), ...)
contourLines
.contour
.lines
Tornadoplot
and Volcanoplot
to draw and label isolines that were computed via contourLines and afterwards transformed. The problem is that all the nice options that contour
has for labelling isolines are not avaiable independently, so this function uses the following crude procedure that kind of works for the intended applications:
Hopefully, one of these days someone will come up with a nice general-purpose function for doing all the nifty stuff that contour
offers.
contour
, contourLines
, Tornadoplot