heart_fxn: A Heart Function

View source: R/heart_function.R

heart_fxnR Documentation

A Heart Function

Description

This function places a message on a heart-shaped plot I have no idea from whence this function came to me.

Usage

heart_fxn(name = NULL, message = "Happy Valentine's Day", text.color = "blue")

Arguments

name

A name to be included under the message. Defaults to NULL

message

A message to write on the heart. Defaults to 'Happy Valentine's Day'

text.color

Text color. Defaults to 'blue'

Examples

heart_fxn('Jen', 'Hello', 'green')
heart_fxn('Hello')
heart_fxn(message = 'Hello')

JenC36/JACtools documentation built on Oct. 20, 2024, 8:05 a.m.