Displaying 1 result from an estimated 1 matches for "ndraft".
Did you mean:
draft
2005 Mar 02
1
Text in lattice Graphics outside plot area
...box.ratio = 0.8, ylab= ("Concentration (mg/kg)"),
layout = c(0,1), scales = list(x="free",y="free",rot=90,cex = 0.4,
axs = "i" ), panel=function(x,y,...) {
panel.barchart(x,y,...)
grid.text(label = "Privileged and Confidential \nDRAFT",
x = unit(0.01, "npc"), y = unit(0.95, "npc"))})
This plot a bar chart for each sample, with label representing the
sample ID. I love getting 30 plots with a small among of code! The
problem with this is that the text appears inside the plot area, I need
it outsi...