Description Usage Arguments Value See Also Examples
Sets the slot N
of an fdata
object and validates the slot data before
setting.
1 2 | ## S4 replacement method for signature 'fdata'
setN(object) <- value
|
object |
An |
value |
An integer that should be set as |
The fdata
object with slot N
set to value
or an error message
if the value
cannot be set as slot N
.
fdata for all slots of the fdata
class
1 2 | f_data <- fdata()
setN(f_data) <- as.integer(100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.