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 there, I would like to add a legend to the density map obtained via VAST but I am getting an error. This is what I have done:
MapDetails_List = make_map_info( "Region"=settings$Region, "spatial_list"=fit1$spatial_list, "Extrapolation_List"=fit1$extrapolation_list) MapDetails<-MapDetails_List[["MappingDetails"]]
plot_results(settings=settings, fit=fit1, plot_maps(Legend=MapDetails_List[["Legend"]], Report=fit1$Report, PlotDF=MapDetails_List[["PlotDF"]], MappingDetails = MapDetails, Xlim=MapDetails_List[["Xlim"]], Ylim = MapDetails_List[["Ylim"]]))
And this is the error:
Error in plot_maps(plot_set = plot_set, MappingDetails = map_list[["MappingDetails"]], : object 'Array_xct' not found
Any suggestions? Thank you in advance
The text was updated successfully, but these errors were encountered:
Well, it gave me error but still I can get the legend I was looking for, so by now works for me.
Sorry, something went wrong.
No branches or pull requests
Hi there,
I would like to add a legend to the density map obtained via VAST but I am getting an error. This is what I have done:
MapDetails_List = make_map_info( "Region"=settings$Region, "spatial_list"=fit1$spatial_list, "Extrapolation_List"=fit1$extrapolation_list)
MapDetails<-MapDetails_List[["MappingDetails"]]
plot_results(settings=settings, fit=fit1, plot_maps(Legend=MapDetails_List[["Legend"]], Report=fit1$Report, PlotDF=MapDetails_List[["PlotDF"]],
MappingDetails = MapDetails, Xlim=MapDetails_List[["Xlim"]],
Ylim = MapDetails_List[["Ylim"]]))
And this is the error:
Making plot of densities
Error in plot_maps(plot_set = plot_set, MappingDetails = map_list[["MappingDetails"]], :
object 'Array_xct' not found
Any suggestions?
Thank you in advance
The text was updated successfully, but these errors were encountered: