text function in R, how to get an idea of width? [Off Topic]

posted by ElMaestro  – Denmark, 2022-04-24 21:09 (962 d 10:04 ago) – Posting: # 22936
Views: 7,957

Hi all,

hot greetings from Ahmedabad.

Let's say I do this:

foo=function(s1, s2)
{
  pdf("foopdf1.pdf", height=4, width=3)

  y=c(8,2,3,3,1,2,3,1,9)
  barplot(y)
  rect(2,4,8,6)
  text(2,5, s1, pos=4)
  text(2,4.3, s2, pos=4)

  dev.off()

}

foo("Text is ok", "Text is too wide")
system2('open', args = 'foopdf1.pdf', wait = T)


On my system (and it may indeed be dependent on various factors like devices, resolution, OS and a ton of stuff I know nothing about) I am getting the two labels printed with Arial in the rectangle, and while s1 fits inside the rectangle, s2 doesn't - it extends beyond the rectangle borders to the right.

So here's the challenge:
How can I determine dynamically if any text s2 fits inside the rectangle or not?

I have deliberately chosen not to use specify a fixed-width font family (Courier would otherwise be easy to set). Note also the "useKerning" option of the pdf function which may have some influence on actual text width.

Many thanks for any input.
EM.

Pass or fail!
ElMaestro

Complete thread:

UA Flag
Activity
 Admin contact
23,336 posts in 4,902 threads, 1,666 registered users;
43 visitors (0 registered, 43 guests [including 12 identified bots]).
Forum time: 06:13 CET (Europe/Vienna)

Biostatistician. One who has neither the intellect for mathematics
nor the commitment for medicine but likes to dabble in both.    Stephen Senn

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5