plot_class_tree: Plots a classification tree

Description Usage Arguments See Also

View source: R/script.R View source: R/script_BACKUP_1282.R View source: R/script_BACKUP_1990.R View source: R/script_BACKUP_2903.R View source: R/script_BACKUP_3193.R View source: R/script_BASE_1282.R View source: R/script_BASE_1990.R View source: R/script_BASE_2903.R View source: R/script_BASE_3193.R View source: R/script_LOCAL_1282.R View source: R/script_LOCAL_1990.R View source: R/script_LOCAL_2903.R View source: R/script_LOCAL_3193.R View source: R/script_REMOTE_1282.R View source: R/script_REMOTE_1990.R View source: R/script_REMOTE_2903.R View source: R/script_REMOTE_3193.R

Description

plot_class_tree plots a classification tree from data in the format created by classification_tree.

Usage

1
2
plot_class_tree(tree, attrib_names, fill_page = FALSE,
  probabilities = FALSE)

Arguments

tree

the tree in the form of a dataframe like that one created by function classification_tree

attrib_names

the names of the attributes from the dataset (the tree dataframe stores these as indices and the names make for a more readable plot)

fill_page

fill the page with the diagram

See Also

classification_tree


teofanan/classprobtree documentation built on May 17, 2019, 5:53 p.m.