is.Site: Check if an object is an instance of the Site class

Description Usage Arguments Value Author(s) See Also Examples

Description

Check if an object is an instance of the Site class.

Usage

1
2
## Default S3 method:
is.Site(this, ...)

Arguments

this

An object.

...

Not used.

Value

TRUE or FALSE.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see Site.

Examples

1
2
3
4
5
6
7
	# create an object
	s<-Site();
	# check whether is a Site object
	is.Site(s)
	# the same with an Event object
	is.Site(Event());
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.