EVOLUTION-MANAGER
Edit File: vctrs.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: vctrs methods for sf objects</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 vctrs {sf}"><tr><td>vctrs {sf}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>vctrs methods for sf objects</h2> <h3>Description</h3> <p>vctrs methods for sf objects </p> <h3>Usage</h3> <pre> vec_ptype2.sfc(x, y, ...) ## Default S3 method: vec_ptype2.sfc(x, y, ..., x_arg = "x", y_arg = "y") ## S3 method for class 'sfc' vec_ptype2.sfc(x, y, ...) vec_cast.sfc(x, to, ...) ## S3 method for class 'sfc' vec_cast.sfc(x, to, ...) ## Default S3 method: vec_cast.sfc(x, to, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>Vector types.</p> </td></tr> <tr valign="top"><td><code>y</code></td> <td> <p>Vector types.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>These dots are for future extensions and must be empty.</p> </td></tr> <tr valign="top"><td><code>x_arg, y_arg</code></td> <td> <p>Argument names for <code>x</code> and <code>y</code>.</p> </td></tr> <tr valign="top"><td><code>to</code></td> <td> <p>Type to cast to. If <code>NULL</code>, <code>x</code> will be returned as is.</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>sf</em> version 0.9-5 <a href="00Index.html">Index</a>]</div> </body></html>