| is.point | R Documentation |
Returns TRUE if the argument p
is a numeric point of dimension dim
(default is dim=2); otherwise returns FALSE.
is.point(p, dim = 2)
p |
A |
dim |
A positive integer
representing the dimension of the argument |
TRUE if p is a vector of dimension dim.
Elvan Ceyhan
dimension
A<-c(-1.22,-2.33); B<-c(2.55,3.75,4)
is.point(A)
is.point(A,1)
is.point(B)
is.point(B,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.