VAST icon indicating copy to clipboard operation
VAST copied to clipboard

Making plots of spatial predictions

Open EllenY opened this issue 3 years ago • 0 comments

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?

EllenY avatar Apr 28 '21 19:04 EllenY