Dear all, I would like to find the exact match of a substring(/sub-vector) within a string (/vector). For example, suppose I have x <- c(F, F, F, T, T, F, F, T, T, F, F, T, T, T, F, F, F, F, F, T, T,
Dear all, I have a list of arrays and I would like to produce a list of all the values in the arrays along with the names of the values and the other dimension names. For example, I have arrays my.ar
Dear members, I have numerous arrays that are organised in a list. For example, suppose I have 2 arrays in a list called alist alist <- list(array(rpois(12,5), 6:8) , array(rpois(15,5), 10:12)) with
Is it possible to make comparisons between numeric NAs and other numeric values? For example, if I have two vectors I want to compare them [1] TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE FALSE
Following on from my last email. Can I compare two floating point vectors which also contain NA values? Thanks in advance for any help. Dave __________________________________________________ Do You
Dear all, I'm having some problems with the Splus Workbench. For example, the following should work data1 <- vector(mode="list", length=10) names(data1) <- paste(LETTERS[1:10]) data1 <- lapply(1:leng
Dear all, My problem involves naming elements of list within a list using lapply. For example, if I have a list of lists of matrices x <- lapply(1:5, function(k) {lapply(1:k, function(i, k) {matrix(r
Dear members, I would like to produce a multi-histogram plot of some data, however I'm having difficults with the order of the plots on the page. For example, I have the following data x <- matrix(c(
Dear members, I would like to produce a multi-histogram plot of some data such that each sub-plot has a mark in the heading bar to represent the mean, For example, I have the following data plot the
Dear S+ users, I generally create lots of variables during an S+ session that are disgarded at the end of a session using: rm(list=ls(pat="*")) However, I would like to create a few boolean variables