plot_PFP-methods {PFP}R Documentation

Plot PFP results

Description

Function for visualization PFP results.

Usage

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

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

[Package PFP version 1.0.0 Index]