Displaying 1 result from an estimated 1 matches for "ussen".
Did you mean:
essen
2011 Feb 08
5
Removing X and Y labels in graph error
Hello, had a quick search on the site but no luck.
Heres my problem, when attempting to xlab = NULL and ylab = NULL it displays
x[[1L]] and X[[2L]] as labels on the axis.
plot(USSenate[,1:2],col=c("blue","grey","red")[unclass(USSenate$Senate)],pch=unclass(USSenate$Senate),
type="n",xaxt="n", yaxt="n",main = NULL, sub = NULL, xlab = NULL, ylab =
NULL)
Ive been able to get rid of it by xlab = " " but this...