numeric {base} R Documentation

Numeric Vectors

Description


Creates or coerces objects of type "numeric". is.numeric
is a more general test of an object being interpretable
as numbers.

Usage

numeric(
    length = 0);

Arguments

length

A non-negative integer specifying the desired length. Double values will be coerced to integer: supplying an argument of length other than one is an error. [as integer]

env

[as Environment]

Details

numeric is identical to double. It creates a double-precision vector of the specified length with each element equal to 0.

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package base version 2.33.856.6961 Index]