Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making plots of spatial predictions #303

Open
EllenY opened this issue Apr 28, 2021 · 0 comments
Open

Making plots of spatial predictions #303

EllenY opened this issue Apr 28, 2021 · 0 comments

Comments

@EllenY
Copy link

EllenY commented Apr 28, 2021

Hi
I am using plot_results() to create plots and have an error when plotting plot_num=10

plot_results(
fit,
settings = fit$settings,
plot_set = 10,
working_dir = paste0(getwd(), "/"),
year_labels = fit$year_labels,
years_to_plot = fit$years_to_plot,
use_biascorr = FALSE,

map_list,

#category_names,
check_residuals = TRUE,
projargs = "+proj=longlat",

zrange,

n_samples = 100,
calculate_relative_to_average = FALSE,
type = 1,
n_cells = NULL,

RotationMethod = "PCA",

quantiles = c(0.05, 0.5, 0.95)

)

Making plots of spatial predictions

plot_num 10: Plotting density maps

Error in (function (plot_set = 3, Obj = NULL, PlotDF, Sdreport = NULL, :
plot_maps not implemented for requested plot_num

Is there a new function for plotting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant