Description Usage Arguments Details Value Author(s) See Also Examples
Generic function
1 | datalength(object)<-value
|
object |
Depending on the class of |
value |
Replacement value |
Generic Function
Depends on the class of object
, see individual methods
Andrew Connell
1 2 3 | x=new("ecp.ocpt") # new ocpt object
datalength(x)<- c(10) # replaces the existing data length
# slot with data length of 10. In other words, 10 pieces of data.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.