View source: R/S3_print_functions.R
| print.rev_cohort | R Documentation |
Prints basic information about a cohort object, status of the information available and other information.
## S3 method for class 'rev_cohort' print(x, ...)
x |
A REVOLVER cohort. |
... |
Standard S3 signature. |
Nothing.
Other S3 functions:
plot.rev_cohort_fit(),
plot.rev_cohort(),
print.rev_cohort_fit()
# Data released in the 'evoverse.datasets'
data('TRACERx_NEJM_2017_REVOLVER', package = 'evoverse.datasets')
# Cancel the fits
TRACERx_NEJM_2017_REVOLVER$fit = NULL
print(TRACERx_NEJM_2017_REVOLVER)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.