Skip to content

Commit

Permalink
fixing tab escape
Browse files Browse the repository at this point in the history
  • Loading branch information
PTesta committed Aug 19, 2016
1 parent d4eb636 commit 65cbd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plotBin.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ plotBin <- function(x, y, h = 0.05, nbins = NULL, cutpoint = 0, plot = TRUE, typ
## plot
if (plot) {
plot(mid_points_bk, as.numeric(y2), pch = 19, cex = cex, xlab = x_name, ylab = y_name, xlim = xlim, ...)
title(main = main, sub = paste("h=", round(h, 4), ",\\tn bins=", n_non0_intervs, sep = ""))
title(main = main, sub = paste("h=", round(h, 4), ",\tn bins=", n_non0_intervs, sep = ""))
abline(v = cutpoint, lty = 2)
}

Expand Down

0 comments on commit 65cbd78

Please sign in to comment.