Description Usage Arguments Value Author(s) See Also Examples
get.layout is a utility function called by estimation.plot and 
simulation.plot. It provides a layout for lattice functions based
upon a user-defined number of plots per page. get.layout is typically 
not called directly by users.
1  |   get.layout(nplot = NULL)
 | 
nplot | 
 A integer scalar defining the number of plots per page.  | 
Return a vector of two integers (nx,ny), where nx is the number of rows and ny the number of columns for the lattice layout.
Sebastien Bihorel (sb.pmlab@gmail.com)
estimation.plot,
simulation.plot
1 2 3 4  |   get.layout(1)
  get.layout(7)
  ## Not run: get.layout(1:5)
  ## Not run: get.layout(NA)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.