plot in package 'plrs'
"plot"(x, col.line = "black", col.pts = c("red", "blue","green2", "green4"),
col.cb = "yellow", xlim = c(floor(min(x@data$cghseg)),ceiling(max(x@data$cghseg))),
ylim = c(floor(min(x@data$expr)),ceiling(max(x@data$expr))),
pch = 16, lwd=4, cex = 1.2, xlab="", ylab="", main = "",
add = FALSE, lty = 1, lin = FALSE, ...)plrs-class or plrs.select-classparparparFALSEparparsignature(x = "plrs")signature(x = "plrs.select")plot.plrs plots the observed points, the fitted line and potentially the confidence band.