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
check if the country_baseline raster and pop_baseline are of the same extent, if not, return a warning message;
maybe a message in the middle displaying the mean and standard deviation of the distribution;
the length of incid1 should be the same as the number of admin1, and the length of incid2 should be the same as the number of admin2. If not should return an error message;
the length of pop1 should be the same as the number of admin1 and the length of pop2 should be the same as the number of admin2 .
confirm_rate_raster_one_layer and raster1_template (or country_baseline[[1]]) should have the same resolution and the same extent, if not should return an error message;
observed_case_raster and raster1_template (or country_baseline[[1]]) should have the same resolution and the same extent.
The text was updated successfully, but these errors were encountered:
Tests:
The text was updated successfully, but these errors were encountered: