View source: R/edger_df_to_im_bw.R
edger_df_to_im_bw | R Documentation |
Convert a data frame into either a black and white or a color image. Optionally display the new image.
edger_df_to_im_bw(imdf, show = FALSE)
imdf |
A data frame to be converted. Must contain at least 3 columns: x, y, and value. If a color image, must also contain a cc column. |
show |
A Boolean indicating if the new image should be displayed. Default is FALSE. |
The input data frame as an image.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.