Displaying 1 result from an estimated 1 matches for "bsic".
Did you mean:
basic
2005 Jan 11
2
Changing the ranges for the axis in image()
...he help pages:
Say we have the following script:
x<-matrix(c(1,1,0,1,0,1,0,1,1),3,3)
image(x)
How can I change the ranges on the vertical and horizontal axis to a
range of my own or at least place a box frame around the image if I
choose to use "axes=FALSE"?
Apologies for such a bsic question and thanks beforehand for your answers.