summary.Uniform: Return a summary of a Uniformobject
Description
Returns the below information about the object:
call of the function defining the object,
the type of the pattern (i.e. the description
of the uniform distribution), study window,
vertices of the support of the Uniform distribution,
some sample points generated from the uniform distribution,
and the number of points (i.e., number of generated
points and the number of vertices of the support
of the uniform distribution.)
Usage
# S3 method for Uniform
summary(object, ...)
Value
The call of the object of class "Uniform",
the type of the pattern (i.e. the description
of the uniform distribution), study window,
vertices of the support of the Uniform distribution,
some sample points generated from the uniform distribution,
and the number of points (i.e., number of generated
points and the number of vertices of
the support of the uniform distribution.)
Arguments
object
An object of class Uniform.
...
Additional parameters for summary.
See Also
print.Uniform,
print.summary.Uniform,
and plot.Uniform