A numeric vector representing the value for each quadrat.
labels
A character vector representing the row and column for each value in x. Should be in format "X10Y5", which is account for column 10 (X = 10), and row 5(Y = 5).
contour
Whether to add contour lines to the existing image plot.
gridsize
Size for each quadrat or grid
axes
Whether to draw axes for the plot
nlabx
Number of labels to be added to the x axis
nlaby
Number of labels to be added to the y axis
...
Further arguments to passed on for plotting
Value
Image plot for the vector.
Details
This function will automatically sort the values in vector according to the information of rows and columns that extracted from labels, and subsequently build a matrix for invoking the image.plot function in "fields" package. The labels must be in "XnYn" format, and must be in the same length with vec.