View source: R/ClassFunctions.R
| summary.Uniform | R Documentation | 
Uniform objectReturns 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.)
## S3 method for class 'Uniform'
summary(object, ...)
| object | An  | 
| ... | Additional parameters for  | 
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.)
print.Uniform,
print.summary.Uniform,
and plot.Uniform
## Not run: 
n<-10 #try also 20, 100, and 1000
A<-c(1,1); B<-c(2,0); R<-c(1.5,2);
Tr<-rbind(A,B,R)
Xdt<-runif.tri(n,Tr)
Xdt
summary(Xdt)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.