split_coord {ggtikz} | R Documentation |
Split a TikZ coordinate.
Description
Split a TikZ coordinate.
Usage
split_coord(coord)
Arguments
coord |
Coordinate string of the form "(x,y)" |
Value
A character vector of length 2: The x and y components of the coordinate. These may contain spaces.
[Package ggtikz version 0.1.3 Index]