Macaulay2 » Documentation
Packages » RInterface :: NA
next | previous | forward | backward | up | index | toc

NA -- missing value

Description

NA is an RObject indicating a missing value. It is a logical vector of length 1.

i1 : NA

o1 = [1] NA

o1 : RObject of type logical

For the programmer

The object NA is a R object.