plotSurfaceMixed | R Documentation |
Plot multiple parameter from the feature data.frame
plotSurfaceMixed( object, Mixed, mixed.colors, smooth = T, normalize = F, smooth_span = NULL, pt_size = 2.5, pt_alpha = T, display_image = F )
object |
SPATA2 object |
Mixed |
Character value. Specifies the order and features that should be vizualized |
mixed.colors |
colors from the palettes: colourvalues::color_palettes() |
smooth |
Logical. If TRUE, a loess fit is used to smooth the values. |
smooth_span |
Numeric value. Controls the degree of smoothing. Given to argument span of stats::loess(). |
pt_size |
Numeric value. Specifies the size of all points. |
pt_alpha |
Logical. If TRUE, the feature will be used as alpha |
display_image |
Logical. If set to TRUE the histology image of the specified sample is displayed underneath the plot. |
Dieter Henrik Heiland
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.