We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab0d0d commit aeb7240Copy full SHA for aeb7240
1 file changed
07b.3-regional-rnets.R
@@ -47,7 +47,7 @@ hist(rnet_new1$dutch_slc)
47
purpose = "school"
48
geography = "lsoa"
49
50
-k = which(r$region_name == "avon")
+k = which(r$region_name == "london")
51
for(k in 1:nrow(r)) {
52
rmini = rnet[r[k,], ]
53
r_spatial = as(rmini, "Spatial")
@@ -56,7 +56,7 @@ for(k in 1:nrow(r)) {
56
s_new / 1e6
57
if(s_new > 50000000) {
58
print("reducing rnet size")
59
- rmini_spatial = rmini_spatial[rmini_spatial$dutch_slc >= 50, ]
+ rmini_spatial = rmini_spatial[rmini_spatial$dutch_slc >= 100, ]
60
}
61
# else if(s_new > 70000000) {
62
# print("reducing rnet size")
0 commit comments