Learn R Programming

ggfun (version 0.1.8)

identify.gg: identify

Description

identify node by interactive click

Usage

# S3 method for gg
identify(x = last_plot(), col = "auto", ...)

Value

closest data point

Arguments

x

tree view

col

selected columns to extract. Default is "auto" which will select all columns for 'ggplot' object and 'node' column for 'ggtree' object

...

additional parameters, normally ignored

Author

Guangchuang Yu