View source: R/digram.object.R
digram.objects.combine | R Documentation |
Combine several digram.objects into a combined.digram.objects.
digram.objects.combine(..., project = "")
... |
digram.objects to combine |
project |
Name of project |
This function is useful when preparing a multidimensional analysis. Each digram.object represents a dimension.¸
Returns a combined.digram.objects
do1<-DHP
do2<-DHP
digram.objects.combine(do1,do2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.