length<-.Dasst | R Documentation |
Dasst
.This sets the length of an object of class
Dasst
.
## S3 replacement method for class 'Dasst' length(x) <- value
x |
Object of class |
value |
Integer value. Sets the new length of the
|
length<-.Dasst
function extends the S3
length
generic function. It sets the length
of an object of class Dasst
. The
object can be shrinked or extended adding NULL
or
NA
contents.
An integer value corresponding to the actual length of the object.
length.Dasst
data(plantGrowth) length(plantGrowth) length(plantGrowth) <- 8 length(plantGrowth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.