nonet: Create a 3 by 3 grid pattern of pictures

View source: R/nonet.R

nonetR Documentation

Create a 3 by 3 grid pattern of pictures

Description

'nonet' returns a 3 by 3 grid pattern made up of the nine input 'grid::grob' pictures: 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l'. In the final grid 'a' is in the top-left position, 's' is in the top-middle position, 'd' is in the top-right position, 'f' is in the middle-left position, 'g' is in the centre position, 'h' is in the middle-right position, 'j' is in the bottom-left position, 'k' is in the bottom-middle position and 'l' is in the bottom-right position.

Usage

nonet(a, s, d, f, g, h, j, k, l)

Arguments

a

A 'grid::grob' for the top-left position

s

A 'grid::grob' for the top-middle position

d

A 'grid::grob' for the top-right position

f

A 'grid::grob' for the middle-left position

g

A 'grid::grob' for the centre position

h

A 'grid::grob' for the middle-right position

j

A 'grid::grob' for the bottom-left position

k

A 'grid::grob' for the bottom-middle position

l

A 'grid::grob' for the bottom-right position

Value

A 'grid::grob' made up of the nine input pictures arranged in a 3 by 3 grid pattern.


MHenderson/funcgeo documentation built on April 7, 2024, 2:52 a.m.