strip_ScoreTable | R Documentation |
Revert the ScoreTable back to FrequencyTable object.
strip_ScoreTable(x)
x |
a ScoreTable object |
# having a ScoreTable object st <- ScoreTable(FrequencyTable(HEXACO_60$HEX_X), TANINE) class(st) # revert it back to the FrequencyTable ft <- strip_ScoreTable(st) class(ft)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.