-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleonardDat.R
More file actions
48 lines (47 loc) · 826 Bytes
/
leonardDat.R
File metadata and controls
48 lines (47 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
subsidLocs = matrix(c(
49.762, 126.507,
49.254, 124.825,
49.106, 125.846,
47.121, 124.162,
46.953, 123.737,
46.913, 124.006,
46.672, 123.734,
46.570, 123.935,
46.244, 123.437,
46.262, 123.701,
45.985, 123.917,
45.699, 123.881,
45.521, 123.902,
45.387, 123.953,
45.178, 123.936,
45.033, 123.994,
44.901, 124.016,
44.593, 123.963,
44.420, 124.018,
43.987, 124.016,
43.690, 124.071,
43.440, 124.190,
43.299, 124.322,
43.146, 124.373,
42.831, 124.535,
40.855, 124.128,
40.680, 124.216,
40.619, 124.315,
40.427, 124.403
), byrow = TRUE, ncol=2)
subMeanStd = matrix( c(
NA, NA,
.1, .13,
.61,.09,
1.37,.38,
1.25, .64,
1.76, .19,
1.19, .73,
1.12, .6,
1.04, .57,
1.2, NA,
1, .22,
1.51, .51,
1.56, .41,
.80
))