There might be a minor typographical error in the documentation of the function 
strwidth, namely, from

?strwidth

we get:

"Note that the ‘height’ of a string is determined only by the number of 
linefeeds ("\n") it contains: it is the (number of linefeeds - 1) times the 
line spacing plus the height of "M" in the selected font. (...)"

I think the correct phrasing should be:

"Note that the ‘height’ of a string is determined only by the number of 
linefeeds ("\n") it contains: it is the (number of linefeeds) times the line 
spacing plus the (number of linefeeds + 1) times the height of "M" in the 
selected font. (...)"

Alberto Monteiro

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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