Function for visualization NFP results.

plot_NFP(object, type = c("matchstick", "line", "point"), p_size = 2,
  l_size = 0.5)

# S4 method for 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