cfc | R Documentation |
The cfc dataframe contains cluster fill counts for two documents from the CSAFE Handwriting Database: w0238_s01_pWOZ_r02.rds and w0238_s01_pWOZ_r03.rds.
cfc
A dataframe with 2 rows and 15 variables:
The file name of the handwriting sample.
Writer ID.
The name of the handwriting prompt.
The number of graphs in cluster 3.
The number of graphs in cluster 10.
The number of graphs in cluster 12.
The number of graphs in cluster 15.
The number of graphs in cluster 16.
The number of graphs in cluster 17.
The number of graphs in cluster 19.
The number of graphs in cluster 20.
The number of graphs in cluster 23.
The number of graphs in cluster 25.
The number of graphs in cluster 27.
The number of graphs in cluster 29.
The documents were split into graphs with
process_batch_dir
. The graphs were grouped into
clusters with get_clusters_batch
and the cluster
template templateK40
. The number of graphs in each
cluster, the cluster fill counts, were counted with
get_cluster_fill_counts
. The dataframe cfc has a
column for each cluster in templateK40
that has at
least one graph from w0238_s01_pWOZ_r02.rds or w0238_s01_pWOZ_r03.rds
assigned to it. Empty clusters do not have columns in cfc, so cfc only has 12
cluster columns instead of 40.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.