Skip to content

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.

4 results for “from:Richard Dybowski”

Inspecting R functions
Richard Dybowski · Jan 3, 2005 · r-help

In S-Plus, I can look at the structure of a function (for example, hist) simply by entering hist <RETURN> however, if I do this in R, I get the response function (x, ...) UseMethod("hist") <environment: namespace:graphics> How can...

How to tell g++ where Rcpp.h is located?
Dr.Richard Dybowski · Dec 13, 2014 · r-help

I am new to Rcpp and want to try the example given in http://gallery.rcpp.org/articles/r-function-from-c++/ I have installed the Rcpp package via RStudio, but I do not know how to tell my C...

Symbol escape sequence in xlab
Richard Dybowski · Nov 19, 2001 · r-help

I would like to label an x-axis with the nabla symbol. I have tried this with the following symbol escape sequence plot(1:5, 1:5, xlab=""); title(xlab="\\dl", vfont=c("serif symbol", "plain")) but I got the...

boxplot(list(m[,1],...,m[,c]))
Richard Dybowski · Jul 4, 2001 · r-help

Given a matrix m, I would like to obtain a boxplot of the columns of m; in other words, boxplot(list(m[,1],...,m[,ncol(m)])). At the moment, I am using colpart <- function(m){ L <- list(rep(0,ncol...

Can't find what you're looking for? Try searching with Google .