Skip to content

Commit

Permalink
rename default title
Browse files Browse the repository at this point in the history
  • Loading branch information
mgimond committed Dec 28, 2023
1 parent f12ab9a commit b7662ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/eda_normfit.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ eda_normfit <- function(dat, x=NULL, grp=NULL, p = 1, tukey = FALSE,
p.col = "grey50", p.fill = "grey80", size = 1,
col.ends = "grey90", col.mid = "bisque", xlab = NULL,
ylab = NULL, t.size=1.5,
title = "Normal characterization", ...){
title = "Normal fit plot", ...){

# Prep the data if input is dataframe
if("data.frame" %in% class(dat)) {
Expand Down

0 comments on commit b7662ce

Please sign in to comment.