Arguments passed to plot_tree. Most importantly, this is used to select which specific columns to display on the bottom rows.
For instance, tc_plot_tree(tc, token, lemma, POS) shows only these three columns.
annotation
Optionally, the name of a column with an rsyntax annotation.
sentence_i
By default, plot_tree uses the first sentence (sentence_i = 1) in the data. sentence_i can be changed to select other sentences by position (the i-th unique sentence in the data). Note that sentence_i does not refer to the values in the sentence column (for this use the sentence argument together with doc_id)
doc_id
Optionally, the document id can be specified. If so, sentence_i refers to the i-th sentence within the given document.