coord_smith | R Documentation |
Smith Coordinates
coord_smith()
Plots S-parameter data on a smith chart. Input data currently needs to be in magnitude/angle (rad). No scales are provided, data is scaled to z0.
geom_smith()
if(require(ggplot2)) {
ggplot(dipole, aes(x = ang, y = mag)) +
geom_point() +
coord_smith()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.