tidy_hexbin: Produce x/y coordinates of each hex in a hexbin plot

Description Usage Arguments Value Examples

View source: R/analysis.R

Description

Given a tidy dataset, return a tidy dataset containing x/y coordinates for hexes

Usage

1
tidy_hexbin(df, x_column_name, y_column_name)

Arguments

df

R object containing a tidy dataset

x_column_name

Name of column that will represent X axis of graph

y_column_name

Name of column that will represent Y axis of graph

Value

R dataframe with two extra columns representing coordinate of centers for each hex in a hexbin plot

Examples

1
create_pipeline_output(training_data_final,"activation_curves", "train_dataprep", 2, "rds")

Everlane/everlaneR documentation built on Oct. 7, 2020, 3:13 p.m.