plot_NFP-methods: Plot NFP results

Description Usage Arguments See Also

Description

Function for visualization NFP results.

Usage

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

## S4 method for signature 'NFP'
plot_NFP(
  object,
  type = c("matchstick", "line", "point"),
  p_size = 2,
  l_size = 0.5
)

Arguments

object,

NFP class

type,

types of the visaulization of NFP object, point or line. Default is point.

p_size,

point size of plot, default is 2.

l_size,

line size of plot, default is 0.5. #'@aliases plot_NFP plot_NFP-methods

See Also

NFP-class


NFP documentation built on April 12, 2021, 5:09 p.m.