View source: R/colplotLikeExcel.R
colplotLikeExcel | R Documentation |
FUNCTION_DESCRIPTION
colplotLikeExcel( plotdat, mycolors = c("dodgerblue2", "white", "red"), lowest_colorval = "minimum", middle_colorval = "median", highest_colorval = "maximum", xlabel = "", ylabel = "", x_axis_pos = "top", myround = 0, userdefined_labels = NULL, row_names = NULL )
plotdat |
PARAM_DESCRIPTION |
mycolors |
PARAM_DESCRIPTION, Default: c("dodgerblue2", "white", "red") |
lowest_colorval |
PARAM_DESCRIPTION, Default: 'minimum' |
middle_colorval |
PARAM_DESCRIPTION, Default: 'median' |
highest_colorval |
PARAM_DESCRIPTION, Default: 'maximum' |
xlabel |
PARAM_DESCRIPTION, Default: ” |
ylabel |
PARAM_DESCRIPTION, Default: ” |
x_axis_pos |
PARAM_DESCRIPTION, Default: 'top' |
myround |
PARAM_DESCRIPTION, Default: 0 |
userdefined_labels |
PARAM_DESCRIPTION, Default: NULL |
row_names |
PARAM_DESCRIPTION, Default: NULL |
DETAILS
OUTPUT_DESCRIPTION
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.