[R] R step-by-step execution

David Winsemius dwinsemius at comcast.net
Fri Oct 22 14:03:21 CEST 2010


On Oct 22, 2010, alais wrote:

>> |Moreover can you please tell me how I can concatenate variables  
>> and strings so
>> to print some debugging messages /
>> "The value of x is " + x + " and the value of y is " +y.

Commas, not "+""

cat("The value of x is ", x , " and the value of y is " , y)

-- 

David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list