element_point {scplot}R Documentation

Point element

Description

In conjunction with ggplot an object to represent point attributes.

Usage

element_point(colour = NULL, size = NULL, shape = NULL, color = NULL)

Arguments

size

Relative size.

shape

Point shape.

color, colour

Point colour.

Value

An object of class c("element_point", "element").


[Package scplot version 0.4.0 Index]