[R] print command

Schmitt, Corinna Corinna.Schmitt at igb.fraunhofer.de
Thu Apr 19 10:41:14 CEST 2007


Dear R-Experts,

I have the following command lines:

NullPointRevertante=plan1[3,2] #0.859 
print("null-pint measurement Revertante: ")
print(NullPointRevertante)

The result looks like:

[1] "null-pint measurement Revertante: "
[1] 0.859


It is ok but I achieve the following outlook:

[1] null-pint measurement Revertante: 0.859

How can I achieve this?

Thanks, Corinna



More information about the R-help mailing list