View source: R/UndClassFunctions.R
| print.UndPCDs | R Documentation | 
UndPCDs objectPrints the call of the object
of class "UndPCDs"
and also the type (i.e. a brief description)
of the underlying and reflexivity graphs of the proximity catch digraph (PCD).
## S3 method for class 'UndPCDs'
print(x, ...)
| x | An  | 
| ... | Additional arguments for the S3 method  | 
The call of the object of class "UndPCDs"
and also the type (i.e. a brief description)
of  the underlying or reflexivity graphs of the proximity catch digraph (PCD).
summary.UndPCDs,
print.summary.UndPCDs,
and plot.UndPCDs
#\donttest{
nx<-20; ny<-5;
set.seed(1)
Xp<-cbind(runif(nx,0,1),runif(nx,0,1))
Yp<-cbind(runif(ny,0,.25),runif(ny,0,.25))+cbind(c(0,0,0.5,1,1),c(0,1,.5,0,1))
M<-c(1,1,1)  #try also M<-c(1,2,3)
r<-1.5
Edges<-edgesPE(Xp,Yp,r,M)
Edges
print(Edges)
typeof(Edges)
attributes(Edges)
#}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.