I try to draw the color key on the left side, but when adding the attribute colorkey.space="left"
to the levelplot function, the color key does not move at all but is still on the right (default) side. Anyone knows if this is a bug, or am I missing something?
Here is a excerpt from the help function of levelplot:
colorkey - logical specifying whether a color key is to be drawn alongside the plot, or a list describing the color key. The list may contain the following components:
space: location of the colorkey, can be one of "left", "right", "top" and "bottom". Defaults to "right".
Note: colorkey=FALSE
works perfectly fine