broman
Karl Bromans R Code
A statistician's personal toolbox, growing one plotting utility at a time
◆Recent moves
- 8mo ago
Remove R_ext/PrtUtil.h include flagged by CRAN
Drops an include that began producing CRAN warnings — the same change the author applied to R/qtl in the same week. Compile-time hygiene with no user-visible effect.
View source ↗ - 10mo ago
Fix exact-name matching in crayons()
Corrects crayons() failing to find perfect name matches. A one-line correctness fix in a colour lookup helper.
View source ↗ - 11mo ago
Fix jiggle() with factors missing levels
Fixes jiggle() when a factor has unused levels, which surfaced as broken output from dotplot(). A downstream-visible bug, but narrow in scope.
View source ↗ - 1y ago
runningratio2() uses an adaptive window
Adds runningratio2(), which sizes its window to hit a target denominator instead of using a fixed width. A genuinely different estimator from the existing running-window family rather than an option on it.
View source ↗ - 2y ago
timeplot() added; running functions accept NAs
Adds timeplot(), a date-time counterpart to grayplot(), gives time_axis() scale and format arguments for label control, and allows NAs in runningmean() and runningratio(). Extends both of the package's active threads in one release.
View source ↗ - 2y ago
time_axis() added for date-time axis labels
Adds time_axis() to help construct axis labels for date-times, plus a documentation unit correction. The starting point for the time-plotting work that continues in 0.84.
View source ↗