plot_PFP-methods: Plot PFP results

Description Usage Arguments Value See Also Examples

Description

Function for visualization PFP results.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
plot_PFP(
  object,
  type = c("matchstick", "line", "point"),
  p_size = 1,
  l_size = 0.5
)

## S4 method for signature 'PFP'
plot_PFP(
  object,
  type = c("matchstick", "line", "point"),
  p_size = 1,
  l_size = 0.5
)

Arguments

object,

PFP class

type,

types of the visaulization of PFP object, 'matchstick', 'line','point'. Default is 'matchstick'.

p_size,

point size of plot, default is 1.

l_size,

line size of plot, default is 0.5.

Value

a plot of PFP

See Also

PFP-class

Examples

1
2
data(PFP_test1)
plot_PFP(PFP_test1,'line', p_size = 1, l_size = 0.5)

aib-group/PFP documentation built on Dec. 27, 2020, 1:13 a.m.