setData,protdata-method | R Documentation |
setData
changes the data
slot from a protdata
object to a prespecified list of data frames.
## S4 method for signature 'protdata' setData(object, data)
object |
A |
data |
A list of data frames which will be inserted in the |
A protdata
object of which the data
slot is replaced by the list of data frames data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.