Learn R Programming

SCRABBLE (version 0.0.1)

plot_data: It is used to plot the data as a images

Description

It is used to plot the data as a images

Usage

plot_data(data, name)

Arguments

data

the input data which is a data matrix.

name

the name of the data and it is a string.

Value

ggplot handler

Examples

Run this code
# NOT RUN {
# Run plot_data
p <- plot_data(demo_data[[1]],"Drop-out Data")

# }

Run the code above in your browser using DataLab