Basic question ... checked the help page but the only answer was to use paste! Is there any way to format as %?
> degree = c(0.20,0.5) > degree [1] 0.2 0.5 > print(degree) [1] 0.2 0.5 ---------------------------------------------------------------------------- -------------------------- Thanks R-Helpers. Yes, this is a silly question and it will not be repeated! :-) ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.