R语言屏幕输出

cat("the total number is:",3+5," ")

print(x, ...)

?print
?cat
?format
?write

原文地址:https://www.cnblogs.com/emanlee/p/3784787.html