Error in text.default(x = grid.lns3[[X]]$start$xpos, y = grid.lns3[[X]]$start$ypos, :
Metric information not available for this family/device
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Then I type warnings() :
Messages d'avis :
1: In text.default(x = cent.xy["x", pol], y = cent.xy["y", ... :
largeur de police inconnue pour le caractère 0x41
2: In text.default(x = cent.xy["x", pol], y = cent.xy["y", ... :
largeur de police inconnue pour le caractère 0x4c
3: In text.default(x = cent.xy["x", pol], y = cent.xy["y", ... :
largeur de police inconnue pour le caractère 0x6f
[...]
31: In text.default(x = grid.lns[[X]]$end$xpos, y = grid.lns[[X]]$end$ypos, ... :
largeur de police inconnue pour le caractère 0x31
[...]
50: In text.default(x = grid.lns[[X]]$end$xpos, y = grid.lns[[X]]$end$ypos, ... :
largeur de police inconnue pour le caractère 0x30
Hi,
I am new to R, I feel like it should be an easy-solving problem haha.
When I try to change the font of the tt.plot :
But i get the error below :
Then I type warnings() :
Does anyone how to solve this? Thank you!