my.plot.flat.circle: Plot sphere in a circular disc

Description Usage Arguments Examples

Description

plot sphere in a curcular disc

Usage

1

Arguments

x

2-column matrix with angles

Examples

1
2
3
4
5
6
7
require(RFOC)
x <- matrix(rnorm(1000*3),ncol=3)
x <- my.fit.sphere(x)
x.sp <- TOSPHERE(x[,1],x[,2],x[,3])
plot(x.sp[[1]],x.sp[[2]])
x.sp.2 <- list(x.sp[[1]]/360*2*pi,x.sp[[2]]/360*2*pi)
my.plot.flat.circle(x.sp.2)

ryamada22/Ronlyryamada documentation built on May 28, 2019, 10:43 a.m.