Displaying 1 result from an estimated 1 matches for "random_sq".
Did you mean:
random_r
2008 Oct 27
1
Problem with script
...dom
areas" inside a map of the american continent,
and then plot it, it?s suppose that every frame gives you the evolution
of the program but at some point it stops
with the weirdest of the errors I?ve ever seen in R, I don?t even have a
line like that :-|
Error in if (random_matrix[x_list[random_sq] - 1, y_list[random_sq]] == :
missing value where TRUE/FALSE needed
the script is this:
# ______________
# ----- Define a function for
plotting a matrix ----- #
myImagePlot <- function(x, ...){
min <- min(x)
max <- max(x)
yLabels <-...