is.small | R Documentation |
Uses a holistic approach to determine whether a unit is 'small', i.e. less than 1 cm, 1 line, 10 pt, or 0.4 in.
is.small(x)
x |
A unit. |
Based on arbitraily chosen definitions of 'small', this function can return
TRUE
or FALSE
if a unit is 'small'.
So far, less than 1 cm, 1 line, 10 pt, or 0.4 inches is defined as being
'small'.
Unresolved sizes, suchs as 'grobheight', 'grobwidth', or 'null' are not
small.
Units based on arithmetic, such as sum of multiple units,
are also not small.
NA
s are returned for undecided sizes.
Logical or NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.