print.tna_data | R Documentation |
Print a TNA Data Object
## S3 method for class 'tna_data'
print(x, data = "sequence", ...)
x |
A |
data |
A |
... |
Arguments passed to the tibble |
x
(invisibly).
Other data:
import_data()
,
prepare_data()
,
simulate.tna()
res <- prepare_data(group_regulation_long, action = "Action", actor = "Actor",
time = "Time")
print(res, which = "sequence")
print(res, which = "meta")
print(res, which = "long")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.