search for: plot_cnt

Displaying 1 result from an estimated 1 matches for "plot_cnt".

2006 Oct 16
2
set linetype with plotCI
....f[sorted], y = yvals.f[sorted], xlim = c(xmin, xmax), ylim = c(ymin, ymax), pch = plot_symbols[graph_idx], type = "b", lty = plot_linetypes[1], col = plot_colors[graph_idx], barcol = plot_colors[graph_idx], uiw = NA, xlab = "", ylab = "", add = (plot_cnt > 0) ) This works fine, the result is four graphs exactly like I want them. Except for one thing, the lty is not used. I understand this is because plotCI uses the lty argument for the uiw bars which I am omitting (but want to add later, so I do want to call plotCI). For testing I called plot...