search for: res30

Displaying 1 result from an estimated 1 matches for "res30".

Did you mean: res3
2009 Apr 16
1
How can I catch errors thrown from c via the Rcpp error() function?
...to the variable x: > x <- try(stop(simpleError('blah'))) Error : blah > x [1] "Error : blah\n" attr(,"class") [1] "try-error" 2. This is an example using flowClust (using real data, set up to guarantee that the error is thrown): > x <- try(res30 = flowClust(tFrame, K=30, B=1000, varNames=c('CD4', 'CD8','KI67', 'CD45RO', 'CD28', 'CD57', 'CCR5', 'CD19', 'CD27', 'CCR7', 'CD127'))) Error in flowClust(tFrame, K = 30, B = 1000, varNames = c("CD4",...