coordinates | R Documentation |
Selects the dark elements from the qr_code
object and returns their
coordinates.
This can be useful when you want to create a QR code with a custom style.
coordinates(x)
x |
the |
A data.frame
with the column
and row
number of the dark
elements.
Thierry Onkelinx
Other qr:
generate_svg()
,
plot.qr_code()
,
print.qr_code()
,
qr_code()
,
qr_event()
,
qr_location()
,
qr_sepa()
,
qr_wifi()
x <- qr_code("test")
plot(x)
head(coordinates(x))
plot(coordinates(x), pch = 19, cex = 2, asp = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.