lattice {elliptic} | R Documentation |
Returns a lattice of numbers generated by a given complex basis.
lattice(p,n)
p |
Complex vector of length two giving a basis for the lattice |
n |
size of lattice |
Robin K. S. Hankin
lattice(c(1+10i,100+1000i),n=2)
plot(lattice(c(1+1i,1.1+1.4i),5))