Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi, I've got a rather large matrix of about 800 rows and 600000 columns. Each column is a time-series 800 long. Out of these 600000 time series, some have missing values (NA). I want to strip out all...
Thanks Richard, This works, rather obvious now that i think of it! =) On 27/03/2015 4:30 pm, Richard M. Heiberger wrote: > just reverse what you did before. > > newdata <- data > newdata[] <- NA > newdata[,!apply(is.na(data), 2, any...
Hi, It seems that the mail system removed my attachments. Here are Dropbox links to the files: R-Script: https://www.dropbox.com/s/hgabbgzfeiddpsk/ggmap_attempt_GF.R?dl=0 Data being read in: https://www.dropbox.com/s...
Hi R-community, I am able to do a contour plot, and a map separately, but having some issues overlaying them. The script and data is attached. test_filled_contour_plot.png is the contour plot alone test_ggmap.png...
Hi R community, I am trying to do a contour plot of (longitude, latitude, concentration). This is easy enough using filled.contour. However, i am trying to do the same contour plot using ggplot, and overlaying the plot on google...
Can't find what you're looking for? Try searching with Google .