plot_PFP-methods {PFP} | R Documentation |
Function for visualization PFP results.
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 )
object, |
|
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. |
a plot of PFP
data(PFP_test1) plot_PFP(PFP_test1,'line', p_size = 1, l_size = 0.5)