category_profiles.plot {visualPlot} R Documentation

Do plot of the given catalog profiles data

Description

Usage

category_profiles.plot(profiles,
    title = "KEGG Orthology Profiling",
    axis.title = "Number Of Proteins",
    size = "2300,2000",
    tick = -1,
    colors = "#E41A1C,#377EB8,#4DAF4A,#984EA3,#FF7F00,#CECE00",
    dpi = 300,
    format = "F2");

Arguments

profiles

[as CatalogProfiles]

title

[as string]

axis.title

[as string]

size

the size of the image

tick

axis ticks, default value -1 for auto generated. [as double]

colors

the color schema name

Details

Authors

visualkit

Value

this function returns data object of type GraphicsData.

clr value class

Examples


[Package visualPlot version 1.0.0.0 Index]