powered by
Generate figures using an object created by the binmod function.
# S3 method for binmod plot(x, file=NULL, width=7, height=5, getdata=FALSE, ...)
An object generated by the binnod function.
The prefix of the figure files to be saved.
width of the figures (inch).
height of the figures (inch).
A logic indicator. The default value is FALSE, which mean not to return the data for plotting.
Further graphical parameters may also be supplied as arguments.
# NOT RUN { #load PAS library library (PAS) #load the demo data data(beef) #conduct bin model analysis and plotting the result. plot(binmod(x, y, map)) # }
Run the code above in your browser using DataLab