print.est {geocausal} | R Documentation |
Print results
Description
'print' functions take the output and print the summary of it.
Usage
## S3 method for class 'est'
print(x, ...)
Arguments
x |
an output object |
... |
arguments passed on to the function |
Details
Currently, observed densities (class: obs) and estimates (class: est) are supported by this function.
[Package geocausal version 0.3.4 Index]