View source: R/supplementary_functions.R View source: R/plot_2d_data.R View source: R/plod_2d_data.R
| plot_2d_data | R Documentation |
Title
Title
Title
plot_2d_data(matrix)
plot_2d_data(matrix)
plot_2d_data(matrix)
matrix |
A 2D Matrix |
Returns a ggplot
Returns a ggplot
Returns a ggplot
x <- matrix(runif(100), ncol = 10, nrow =10 )
plot_2d_data(x)
x <- matrix(runif(100), ncol = 10, nrow =10 )
plot_2d_data(x)
x <- matrix(runif(100), ncol = 10, nrow =10 )
plot_2d_data(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.