geomTLFPoint: geomTLFPoint

View source: R/utilities-ggplot.R

geomTLFPointR Documentation

geomTLFPoint

Description

geom similar to geom_point() but that leverage fonts to draw its shapes

Usage

geomTLFPoint(
  mapping = NULL,
  data = NULL,
  stat = "identity",
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)

Arguments

mapping

mapping from ggplot2 package as provided by aes()

data

data.frame

stat

stat name from ggplot2

position

position name from ggplot2

na.rm

a logical value indicating

show.legend

= NA,

inherit.aes

a logical value indicating if aesthetics are inherited

...

other arguments.


Open-Systems-Pharmacology/TLF-Library documentation built on Feb. 8, 2025, 11:22 a.m.