We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
#category_names, check_residuals = TRUE, projargs = "+proj=longlat",
n_samples = 100, calculate_relative_to_average = FALSE, type = 1, n_cells = NULL,
quantiles = c(0.05, 0.5, 0.95)
)
Error in (function (plot_set = 3, Obj = NULL, PlotDF, Sdreport = NULL, : plot_maps not implemented for requested plot_num
plot_maps
Is there a new function for plotting?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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_numIs there a new function for plotting?
The text was updated successfully, but these errors were encountered: