plot_P | R Documentation |
This function creates a filled contour plot of a probability matrix using the 'viridis' color palette. The plot is created using the 'ggplot2' and 'viridis' libraries.
plot_P(P)
P |
A probability matrix to be plotted. |
Generates a filled contour plot.
P_matrix <- matrix(runif(100), 10, 10)
plot_P(P_matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.