Learn R Programming

pubrplot (version 0.0.1)

Publication-Ready Plots and Statistical Visualizations

Description

Provides functions to create high-quality, publication-ready plots for numeric and categorical data, including bar plots, violin plots, boxplots, line plots, error bars, correlation plots, linear model plots, odds ratio plots, and normality plots.

Copy Link

Version

Install

install.packages('pubrplot')

Version

0.0.1

License

MIT + file LICENSE

Maintainer

Umar Hussain

Last Published

December 14th, 2025

Functions in pubrplot (0.0.1)

plot_or

Plot Odds Ratios from Logistic Regression
plot_lm

Plot Linear Regression Estimates with Confidence Intervals
plot_errorbar

Plot Mean with Error Bars
plot_bar

Bar Plot for Categorical Data with Optional Grouping
plot_cor

Correlation Heatmap Plot
plot_numeric

Publication-Quality Numeric Plot with Optional Grouping and Statistical Tests
plot_line

Line Plot with Error Bars by Group and Time
plot_norm

Normality Assessment Plot with Shapiro-Wilk and Kolmogorov–Smirnov Tests
plot_scatter

Scatter Plot with Linear Regression and Equation Annotation