EVOLUTION-MANAGER
Edit File: st_agr.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: get or set relation_to_geometry attribute of an 'sf' object</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for st_agr {sf}"><tr><td>st_agr {sf}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>get or set relation_to_geometry attribute of an <code>sf</code> object</h2> <h3>Description</h3> <p>get or set relation_to_geometry attribute of an <code>sf</code> object </p> <h3>Usage</h3> <pre> NA_agr_ st_agr(x, ...) st_agr(x) <- value st_set_agr(x, value) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>object of class <code>sf</code></p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>ignored</p> </td></tr> <tr valign="top"><td><code>value</code></td> <td> <p>character, or factor with appropriate levels; if named, names should correspond to the non-geometry list-column columns of <code>x</code></p> </td></tr> </table> <h3>Format</h3> <p>An object of class <code>factor</code> of length 1. </p> <h3>Details</h3> <p><code>NA_agr_</code> is the <code>agr</code> object with a missing value. </p> <hr /><div style="text-align: center;">[Package <em>sf</em> version 0.9-5 <a href="00Index.html">Index</a>]</div> </body></html>