File: vi.lilac.chaser.Rd

package info (click to toggle)
r-cran-animation 2.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,268 kB
  • sloc: javascript: 873; sh: 15; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 906 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/vi.lilac.chaser.R
\name{vi.lilac.chaser}
\alias{vi.lilac.chaser}
\title{Visual Illusions: Lilac Chaser}
\usage{
vi.lilac.chaser(np = 16, col = "magenta", bg = "gray", p.cex = 7, c.cex = 5)
}
\arguments{
\item{np}{number of points}

\item{col}{color of points}

\item{bg}{background color of the plot}

\item{p.cex}{magnification of points}

\item{c.cex}{magnification of the center cross}
}
\value{
\code{NULL}
}
\description{
Stare at the center cross for a few (say 30) seconds to experience the
phenomena of the illusion.
}
\details{
Just try it out.
}
\note{
In fact, points in the original version of `Lilac Chaser' are
  \emph{blurred}, which is not implemented in this function.
}
\references{
Examples at \url{https://yihui.org/animation/example/vi-lilac.chaser/}
}
\seealso{
\code{\link{points}}
}
\author{
Yihui Xie
}