View source: R/ClassFunctions.R
summary.Patterns | R Documentation |
Patterns
object
Returns the below information
about the object
:
call
of the function defining the object
,
the type
of the pattern, parameters
of the pattern,
study window, some sample points from the generated pattern,
reference points (if any for the bivariate pattern),
and number of points for each class
## S3 method for class 'Patterns'
summary(object, ...)
object |
An |
... |
Additional parameters for |
The call
of the object
of class "Patterns"
,
the type
of the pattern, parameters
of the pattern,
study window, some sample points from the generated pattern,
reference points (if any for the bivariate pattern),
and number of points for each class
print.Patterns
,
print.summary.Patterns
,
and plot.Patterns
nx<-10; #try also 10, 100, and 1000
ny<-5; #try also 1
e<-.15;
Y<-cbind(runif(ny),runif(ny))
#with default bounding box (i.e., unit square)
Xdt<-rseg.circular(nx,Y,e)
Xdt
summary(Xdt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.