Hi! I am using this command to plot a matrix
levelplot(mydata, scales=list(x=list(at=seq(0,648,48), cex=1)))
But what should be added to increase the height (y-axis) of the graph (change the dimension of Y and X)?, because it is very elongated in X but very compressed in Y.
Thanks