On 31.05.2010 23:13, Vincent Goulet wrote:
Package grDevices has a function cm() to convert from inches to centimeters.
Its definition is:
cm<- function(x) 2.54*x
As far as I can tell, the function is not used anywhere in the R sources (I grepped for "cm(",
"cm)" and ", cm".) I did not chec
Package grDevices has a function cm() to convert from inches to centimeters.
Its definition is:
cm <- function(x) 2.54*x
As far as I can tell, the function is not used anywhere in the R sources (I
grepped for "cm(", "cm)" and ", cm".) I did not check for all packages on CRAN,
though.
May I pr