Description Usage Arguments Author(s) Examples
Show the relationships between centre and peripheral items.
1 2 3 | centralplot(centrename, dataname, distance, bound, title = "centralplot",
color = "#267ED6", size = 3.5, boundarycolor = "#EF715E", boundarysize = 1,
centretextsize = 3, alpha = 0.5)
|
centrename |
Name of the centre. |
dataname |
Name of peripheral items. |
distance |
Distance between centre and peripheral items. |
bound |
A ceriterion to judge whether the relationship is close enough. |
title |
Title of the plot. |
color |
Color of peripheral items. |
size |
Size of peripheral items. |
boundarycolor |
Color of the boundary line. |
boundarysize |
Size of the boundary line. |
centretextsize |
Size of the text for the centre. |
alpha |
Jian Sun
1 2 3 4 | name <- c('a','b','c')
distance <- c(1,2,3)
bound <- 2.5
centralplot("centre",name,distance,bound)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.