View source: R/ClassFunctions.R
print.Uniform | R Documentation |
Uniform
object
Prints the call
of the object
of class "Uniform"
and also the type
(i.e. a brief description) of the uniform distribution).
## S3 method for class 'Uniform'
print(x, ...)
x |
A |
... |
Additional arguments for the S3 method |
The call
of the object
of class "Uniform"
and also the type
(i.e. a brief description) of the uniform distribution).
summary.Uniform
,
print.summary.Uniform
,
and plot.Uniform
n<-10 #try also 20, 100, and 1000
A<-c(1,1); B<-c(2,0); C<-c(1.5,2);
Tr<-rbind(A,B,C)
Xdt<-runif.tri(n,Tr)
Xdt
print(Xdt)
typeof(Xdt)
attributes(Xdt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.