hi

Can it be possible to make font in "paste" function large or small, diffent
color and bold?

for example,

m<-function(x){
if(x==11){
print(paste("         A. Result"),quote=F)               # I want to make
this string bold and diffent color
print(paste("               It confirm that there is no virus"),quote=F)
print(paste("   "),quote=F)
print(paste("         B. somestring"),quote=F)   # I want to make this
string bold and diffent color
print(paste("               It confirm that there is no virus"),quote=F)
}
else
{
print("it is not correct")
}
}

plz someone teach me about that~



--
View this message in context: 
http://r.789695.n4.nabble.com/Bold-font-in-paste-function-tp4479959p4479959.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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.

Reply via email to