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.
get.layout是一个效用函数称为estimation.plot和simulation.plot。它提供了一个布局lattice函数根据用户定义的每页图。 get.layout通常不直接调用用户。
用法----------Usage----------
get.layout(nplot = NULL)
参数----------Arguments----------
参数:nplot
A integer scalar defining the number of plots per page.
一个整数标量确定数每页图。
值----------Value----------
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.
返回的矢量两个整数(为nx,ny)表示,其中,nx是行和ny数目的列的数目为lattice布局。