centralplot: centralplot

Description Usage Arguments Author(s) Examples

Description

Show the relationships between centre and peripheral items.

Usage

1
2
3
centralplot(centrename, dataname, distance, bound, title = "centralplot", 
color = "#267ED6", size = 3.5, boundarycolor = "#EF715E", boundarysize = 1, 
centretextsize = 3, alpha = 0.5)

Arguments

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

Author(s)

Jian Sun

Examples

1
2
3
4
name <- c('a','b','c')
distance <- c(1,2,3)
bound <- 2.5
centralplot("centre",name,distance,bound)

centralplot documentation built on May 2, 2019, 8:52 a.m.