Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
dev.size() does not return correct size on 4K screen
Martijn Tennekes
·
Mar 2, 2022
·
r-help
dev.size() does not return the correct screen size when using a 4K screen. With the R console and a x11() device, it seems to overestimate with factor 1.5, and in RStudio underestimate with factor 2. See also https...
dev.size() does not return correct size on 4K screen
Martijn Tennekes
·
Mar 3, 2022
·
r-help
Thank you, Peter! From xdpyinfo I got screen #0: ? dimensions:??? 5120x2880 pixels (903x508 millimeters) ? resolution:??? 144x144 dots per inch According to these specs my screen should have a sqrt((5120/144)^2 + (2880/144)^2) = 40.8" diagonal. However, in...
Can't find what you're looking for? Try searching with Google .