coord_smith: Smith Coordinates

View source: R/coord_smith.R

coord_smithR Documentation

Smith Coordinates

Description

Smith Coordinates

Usage

coord_smith()

Details

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.

See Also

geom_smith()

Examples

if(require(ggplot2)) {

 ggplot(dipole, aes(x = ang, y = mag)) +
   geom_point() +
   coord_smith()
   
}

aaronmanderson3/rftk documentation built on July 30, 2023, 1:19 p.m.