[R] Bold font in "paste" function
mrzung
mrzung46 at gmail.com
Sat Mar 17 03:54:44 CET 2012
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.
More information about the R-help
mailing list