Rev 48662 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/base/man/real.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Development Team% Distributed under GPL 2 or later\name{real}\title{Real Vectors}\alias{real}\alias{as.real}\alias{is.real}\usage{real(length = 0)as.real(x, \dots)is.real(x)}\description{These functions are the same as their \code{\link{double}} equivalentsand are provided for backwards compatibility only.}\arguments{\item{length}{desired length.}\item{x}{object to be coerced or tested.}\item{\dots}{further arguments passed to or from other methods.}}\details{\code{as.real} is a generic function, but S3 methods must bewritten for \code{\link{as.double}}.\code{as.real} and \code{is.real} are \link{primitive}, sopositional matching is used and any names of supplied arguments areignored. This may not be true of methods for \code{as.real}.}\keyword{classes}