Skip to content

Feature: add create_hist() to create histogram plots#80

Merged
martinctc merged 6 commits into
mainfrom
feat/add-create_hist
Feb 26, 2021
Merged

Feature: add create_hist() to create histogram plots#80
martinctc merged 6 commits into
mainfrom
feat/add-create_hist

Conversation

@martinctc

@martinctc martinctc commented Feb 21, 2021

Copy link
Copy Markdown
Member

Summary

This branch adds create_hist() as a new flexible function for creating histogram plots.

Changes

The changes made in this PR are:

  1. Add create_hist() as a function that enables the plotting of histograms and generating an underlying frequency table.
  2. Update families and related documentation linked to create_hist().

Checks

  • All R CMD checks pass
  • roxygen2::roxygenise() has been run prior to merging to ensure that .Rd and NAMESPACE files are up to date.
  • Changes are updated to NEWS.md.

Example visuals

image

image

Notes

This fixes #65.

Note: changes in documentation based on an update to dependent documentation packages may have transferred through, i.e. lifecycle.
@martinctc martinctc added the enhancement New feature or request label Feb 21, 2021
@martinctc martinctc self-assigned this Feb 21, 2021
@martinctc martinctc marked this pull request as ready for review February 26, 2021 19:19
@martinctc martinctc merged commit 86f7e9c into main Feb 26, 2021
@martinctc martinctc deleted the feat/add-create_hist branch February 26, 2021 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: histogram visualization - create_hist()

1 participant