Learn R Programming

UncerIn2 (version 2.0)

Points: Creates S4 object class Points

Description

This function creates an object of S4 class Points.

Usage

Points(x, y, z)

Arguments

x
Input numeric data (number specyfing the x coordinate).
y
Input numeric data (number specyfing the y coordinate).
z
Input numeric data (number specyfing the values of variable).

Value

Returns an object of class Points.