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)
NFP
class
types of the visaulization of NFP object, point or line. Default is point.
point size of plot, default is 2.
line size of plot, default is 0.5. #'@aliases plot_NFP plot_NFP-methods