Skip to contents

Title

Title

Methods


Method new()

Usage

bird$new(name = NA, hair = NA)


Method set_hair()

Usage

bird$set_hair(val)

Arguments

val


Method greet()

Usage

bird$greet()


Method clone()

The objects of this class are cloneable with this method.

Usage

bird$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.