You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm. I'll add this to the list, but probably won't get to it for a while. feel free to email me offline for more details if you'd like to make a pitch for adding this up the queue ;)
Running the the current single species VAST example the plot_residuals() function returns
Error in matrix(NA, nrow = TmbData$n_x, ncol = nrow(TmbData$t_yz)) :
non-numeric matrix extent
Running under Windows 10, R 3.5.2, VAST 3.1.0 and FishStatUtils 2.1.0.
Call to make_data...
TmbData = make_data("Version"=Version, "FieldConfig"=FieldConfig, "OverdispersionConfig"=OverdispersionConfig,
"RhoConfig"=RhoConfig, "ObsModel"=ObsModel, "c_i"=rep(0,nrow(Data_Geostat)),
"b_i"=Data_Geostat[,'Catch_KG'], "a_i"=Data_Geostat[,'AreaSwept_km2'],
"v_i"=as.numeric(Data_Geostat[,'Vessel'])-1, "s_i"=Data_Geostat[,'knot_i']-1,
"t_i"=Data_Geostat[,'Year'], "spatial_list"=Spatial_List, "Options"=Options )
call to plot_residuals..
plot_residuals(Lat_i=Data_Geostat[,'Lat'], Lon_i=Data_Geostat[,'Lon'], TmbData=TmbData, Report=Report, Q=Q, savedir=DateFile, MappingDetails=MapDetails_List[["MappingDetails"]],
PlotDF=MapDetails_List[["PlotDF"]], MapSizeRatio=MapDetails_List[["MapSizeRatio"]],
Xlim=MapDetails_List[["Xlim"]], Ylim=MapDetails_List[["Ylim"]], FileName=DateFile,
Year_Set=Year_Set, Years2Include=Years2Include, Rotate=MapDetails_List[["Rotate"]],
Cex=MapDetails_List[["Cex"]], Legend=MapDetails_List[["Legend"]],
zone=MapDetails_List[["Zone"]], mar=c(0,0,2,0), oma=c(3.5,3.5,0,0), cex=1.8)
The text was updated successfully, but these errors were encountered: