Displaying 1 result from an estimated 1 matches for "unefenced".
Did you mean:
undefenied
2009 Feb 19
1
modifying legend in scatterplot matrix R
...pch=c(16,4),
cex=1.3,
labels=label,
cex.labels=1.3,
font.labels=2,
col=c("black","dark grey","black","black"),
legend.plot=T,
)
legend("topright",c("fenced","unefenced"), fill=NULL,bty="o",cex=3)
--------------------------------------------------------------------
In my dataset, the variable "treatment" contains two levels that are coded "N"
and "Y" (for No and Yes) and appear in my "per default" legend that...