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.
Thanks Jim and Uwe!! Both methods work for me. Methods: 1. plot as.character(x) 2. mtext(format(date,"%Y-%m-%d"),...)
I have some functions which sometimes take longer to run and it would be useful to have a progress bar showing how much time is left for the script to finish (something like a download progress bar). I tried searching...
Hi all, I have some functions which sometimes take longer to run and it would be useful to have a progress bar showing how much time is left for the script to finish (something like a download progress bar). I...
Hi all, I am pretty new to R and even new to programming in general. Right now i get only one value for j below (print(j)), how do i save all j values to one vector or matrix? Sorry...
Hi, This is my first post. Problem: I have a matrix 5 by 5 and it has 3 NAs in them. Now, when i use length () for a particular column which has NA it returns 5. I know this is...
I have a character "2006-11-06" which was originally scanned from a csv file. This character is named date. I now use mtext (date) on a plot and i see strange cluttered characters instead of 2006-11-06. I...
I solved it myself by reading the help files which i should have done prior to my posting. Solution: wave2 <- abs(Re(rnorm(100))) wave2 <- sort (wave2, decreasing=F) hist(wave2) x <- length (wave2) i <- findInterval((wave2[1]), wave2) i...
Thanks!! That did solve my problem. I am loving it. --- Dimitris Rizopoulos <dimitris.rizopoulos at med.kuleuven.be> wrote: > try this: > > mat <- matrix(1:25, 5, 5) > mat[sample(25, 3)] <- NA > ######### > mat > colSums(!is.na(mat)) > > > I hope it...
Thanks Gabor! I never realized there could be a "diff" function. all i was trying to do was to calculate the iterated differences in a vector. I feel so embarassed, but so happy for using R. by the way, i...
Can't find what you're looking for? Try searching with Google .