File: jmfuns.rda
plot.jm calls the R-base plot function with JM's preferred default settings.
plot.jm = function (x = c(0, 100), y = c(0, 100), no.margins = FALSE, type = "n", ... )
ARGUMENTS:
x, y Limits
for the X and Y axes, respectively, on the plot.
Default values: x = c(0, 100), y = c(0, 100)
no.margins If no.margins = FALSE¸ the margins (par("mar")) remain at their current value. The R-default is par("mar") = c(5.1, 4.1, 4.1, 2.1). If no.margins = TRUE, then all margins are set to 0, i.e., par("mar") = c(0, 0, 0, 0)
type Same as the type argument on the plot function. The default for plot.jm is type = "n", meaning that axes are plotted but no data are plotted. Data are plotted by calls to other plotting functions like lines and points.
... Other arguments for plot can be passed to plot via ....
#-------------- The 'doc' bookmark highlights all of the documentation but not the function skeleton at the top of the file. Use rdocToString macro to convert documentation to an R string variable. Bkmk docStringsLoc = <\r\fns\docStrings\> ---------------
Format for this html document: Page Size = Tabloid:
11" x 17". Note that Tabloid page size is available if Adobe
PDF is set as the default printer, but not if the default printer is a physical
printer that prints 8.5" x 11" standard paper. Table widths =
9.5". Document Screen Width (bk = SetDocScreenWidth): ##120##
#-------------------------------------------------------------