Learn R Programming

agricolae (version 1.0-4)

decimals: Finding the largest decimal number from the elements of a vector or matrix

Description

In many situations it is required to have a larger decimal number than a set of values expressed in climbing, vector or matrix.

Usage

decimals(x)

Arguments

x
data

Value

  • xconstant, vector or matrix

See Also

sturges.freq

Examples

Run this code
library(agricolae)
x<-c(10.43,40.8,3.1415,879.28)
decimals(x)
# result is 4

Run the code above in your browser using DataLab