Information of the current spiral
spiral_info()
No value is returned.
It prints information of the current spiral.
spiral_initialize()
spiral_track(ylim = c(0, 1), height = 0.4)
spiral_track(ylim = c(-10, 10), height = 0.4)
spiral_info()
#> An Archimedean spiral (r = b*theta) with the following parameters:
#> b: 0.159154943091895
#> distance between two neighbouring circles: 1
#> xlim: [0, 1]
#> range of theta (in degrees): [360, 1800]
#> The spiral curve is linearly scaled by angle.
#>
#> track 1:
#> ylim: [0, 1]
#> height: 0.4 (fraction of the distance of two neighbour loops)
#>
#> track 2:
#> ylim: [-10, 10]
#> height: 0.4 (fraction of the distance of two neighbour loops)