media_lambda | R Documentation |
It generates spatially-oriented graphs representing lambda values using color scales.
media_lambda(results, data, grid, coord, standard_scale, save_file)
results |
A list containing MCMC results, including elements like "S", "burn", "lambda", and "media.lambda". |
data |
A list containing dataset information. |
grid |
A numeric value indicating the grid division for plotting. |
coord |
A dataframe containing longitude and latitude coordinates. |
standard_scale |
A logical value indicating whether to standardize color scales in the generated plots. |
save_file |
A logical value indicating whether to save the generated plots as PDF files. |
This function doesn't explicitly return anything. It generates spatial graphs based on lambda-related data and saves them if specified.
# Example usage:
# media_lambda(results, data, grid = 10, coord, standard_scale = TRUE, save_file = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.