mefalogo(type = c("cont", "fill"), labels = c("str", "r"),
adj=c(0,0), scale=c(1,1), new = TRUE, cex = 1, ann=FALSE, axes=FALSE,
xlim=c(0,10)*scale[1]+adj[1], ylim=c(0,10)*scale[2]+adj[2], ...)
"cont"
is for drawing only black contours, "fill"
is for filled polygons."str"
for labelling according to the general structure of a 'mefa' object, "r"
places a big R
letter in the middle (for logo).TRUE
) should be drawn, or just adding the polygons and labels to an existing one (FALSE
).par
).par
).plot
, see par
. Only effective if new = TRUE
.mefalogo()
mefalogo("fill", "r")
Run the code above in your browser using DataLab