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.
Exclusion of elements in a vector
Stefan Fritsch
·
Sep 25, 2008
·
r-help
Dear R Users, I want to exclude elements in a vector by: vector[-exclude] is it intended to cause an error if no elements are excluded? > vector <- 1:10 > exclude <- NULL > vector[-exclude] Error in -exclude or am I just...
Return a list
Stefan Fritsch
·
Sep 26, 2008
·
r-help
Dear R Users, another problem for me is the output of a function. I have several output variables which I give back with the list command. test <- function {return(list(a,b,c,d,e,f,g,...))} After the usage...
Can't find what you're looking for? Try searching with Google .