powered by
Functions to coerce to bitwhich
as.bitwhich(x, …) # S3 method for bitwhich as.bitwhich(x, …) # S3 method for ri as.bitwhich(x, …) # S3 method for bit as.bitwhich(x, range=NULL, …) # S3 method for which as.bitwhich(x, maxindex, …) # S3 method for integer as.bitwhich(x, …) # S3 method for double as.bitwhich(x, …) # S3 method for logical as.bitwhich(x, …)
An object of class 'bitwhich', 'integer', 'logical' or 'bit' or an integer vector as resulting from 'which'
the length of the new bitwhich vector
a ri or an integer vector of length==2 giving a range restriction for chunked processing
ri
further arguments
a value of class bitwhich
bitwhich
bitwhich, as.bit
as.bit
# NOT RUN { as.bitwhich(c(FALSE, FALSE, FALSE)) as.bitwhich(c(FALSE, FALSE, TRUE)) as.bitwhich(c(FALSE, TRUE, TRUE)) as.bitwhich(c(TRUE, TRUE, TRUE)) # }
Run the code above in your browser using DataLab