Description Usage Arguments Value Examples
Makes predictions from a regularized spatial point process model fit via penalized composite likelihood.
1 2 3 |
object |
A fitted |
data |
A list of pixel images (of class |
window |
Optional. An observation window (of class |
eps |
Optional. The height and width of pixels in the prediction
image(s). A numeric value or numeric vector of length 2 specifying
pixel dimensions in the x and y directions.
Incompatible with |
dimyx |
Optional. The resolution of the prediction image(s). A numeric
value or numeric vector of length 2 specifying the number of pixels in
the y and x directions. Incompatible with
|
s |
Value(s) of the penalty tuning parameter at which predictions are to be made. Default is the entire sequence used to fit the regularization path. |
type |
Type of prediction required. Either " |
... |
Additional arguments passed to |
A list of pixel images containing predictions, or, if s
is of
length 1, a single pixel image.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.