search for: x_list

Displaying 4 results from an estimated 4 matches for "x_list".

Did you mean: _list
2008 Oct 27
1
Problem with script
...uot;random 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) yLab...
2008 Oct 27
1
Problem with script,
I?m sorry, in my last email I forgot to attach the data I?m using wich is a matrix of 175x175 filled with 0?s and 1?s 0 is the sea 1 is the continental land The script is area.r Thank you very much. Carlos L?pez -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An embedded and
2002 Aug 02
2
More spec notes
...or this round: vorbis-spec-floor1.html * header decode - step 5 - so maximum_class + 1 iterations? - step 9/10 - what to do if subclasses == 0 (or does it matter? I don't think so) - step 12 - really subtract 1? why not store it minus 1 in the stream? - step 22 - the first assignment writes to X_list element j+values = 0+1 = 1, overwriting the previously stored element there -- how big is X_list anyway? <p> -- Kenneth Arnold <ken@arnoldnet.net> - "Know thyself." -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application...
2002 Jan 16
2
list indexing
Hello I've got a question about list indexing. If anyone can help or point in the direction of some documentation, that'd be great. I've checked the Introduction to R and R language definition. Say you have a list of vectors: > x_list(c("a","b","c"),c("a","b","c","d"),c("a","b"),c("a","b","c","d","e")) > x [[1]] [1] "a" "b" "c" [[2]] [1] "a" &quot...