2012年1月27日星期五

R中的取整、取有效数字函数


ceiling takes a single numeric argument x and returns a numeric vector containing the smallest integers not less than the corresponding elements of x.

floor takes a single numeric argument x and returns a numeric vector containing the largest integers not greater than the corresponding elements of x.

trunc takes a single numeric argument x and returns a numeric vector containing the integers formed by truncating the values in toward 0.

round rounds the values in its first argument to the specified number of decimal places (default 0).

signif 取几位有效数字 rounds the values in its first argument to the specified number of significant digits.

没有评论:

发表评论