<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Dear community,</div>
<div class="elementToProof" style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
It should be a very simple question with a straightforward answer - so please forgive my foolishness.</div>
<div class="elementToProof" style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
By default, poly2nb() provides the neighbor list of a region in terms of numbers, for example:</div>
<div class="elementToProof" style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">library(spdep)</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">library(spDataLarge)</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">poly2nb(bristol_zones) -> bqueen</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">bqueen[1]</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">The output is</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><img id="image_0" width="254" height="55" style="width: 254px; height: 55px;" size="15103" contenttype="image/png" data-outlook-trace="F:1|T:1" src="cid:157ba602-300e-4f6b-8875-ea050def287c"></span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">which is expected.</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">But often the case this is not convenient. So I want to provide a vector of names to label each region, and expect when I type bqueen[1],
 it can return something like a list of place names.</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">According to the help of poly2nb(), this is implemented by row.names(). However, it does not work:</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><img id="image_1" width="547" height="65" style="" size="19502" contenttype="image/png" data-outlook-trace="F:1|T:1" src="cid:be6a526c-5629-4c17-af44-972fb84f4a04"></span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">It looks like the output neglects the argument of row.names.</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">How should I solve this issue?</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Thanks in advance!</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span></div>
<div id="Signature">
<div><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Ò¶Ïè YE, Xiang</span></div>
<div style="direction: ltr;"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><a href="http://www.linkedin.com/in/spatialyexiang" target="_blank">THINKING SPATIALLY</a>.</span></div>
<div style="direction: ltr;"><span style="font-family: Verdana, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Ph.D. in Spatial Statistics</span></div>
</div>
</body>
</html>