Specimen of the graphics that only require 1 input variable and that, up to now, are being considered by the brinton’s wideplot(), longplot() and plotup() functions.

Logical

lgc = c('line graph', 'point graph', 'point-to-point graph')

lgc = c('tile plot', 'linerange graph')

lgc = c('binned heatmap', 'bw binned heatmap', 'color binned heatmap')

lgc = c('bar graph', 'bw bar graph', 'color bar graph')

Ordered factor

ord = c('line graph', 'point graph', 'point-to-point graph')

ord = c('tile plot', 'linerange graph')

lgc = c('binned heatmap', 'bw binned heatmap', 'color binned heatmap')

ord = c('bar graph', 'bw bar graph', 'color bar graph')

Factor

fac = c('line graph', 'freq. reordered line graph', 'alphab. reordered line graph')

fac = c('point-to-point graph', 'freq. reordered point-to-point graph', 'alphab. reordered point-to-point graph')

fac = c('linerange graph', 'freq. reordered linerange graph', 'alphab. reordered linerange graph')

fac = c('point graph', 'freq. reordered point graph', 'alphab. reordered point graph')

fac = c('tile plot', 'freq. reordered tile plot', 'alphab. reordered tile plot')

fac = c('binned heatmap', 'bw binned heatmap', 'color binned heatmap')

fac = c('freq. reordered binned heatmap', 
    'bw freq. reordered binned heatmap', 
    'color freq. reordered binned heatmap')

fac = c('alphab. reordered binned heatmap', 
    'bw alphab. reordered binned heatmap', 
    'color alphab. reordered binned heatmap')

fac = c('bar graph', 'bw bar graph', 'color bar graph')

fac = c('freq. reordered bar graph', 'bw freq. reordered bar graph', 'color freq. reordered bar graph')

fac = c('alphab. reordered bar graph', 'bw alphab. reordered bar graph', 'color alphab. reordered bar graph')

Character

cha = c('line graph', 'freq. reordered line graph', 'alphab. reordered line graph')

cha = c('point-to-point graph', 'freq. reordered point-to-point graph', 'alphab. reordered point-to-point graph')

cha = c('linerange graph', 'freq. reordered linerange graph', 'alphab. reordered linerange graph')

cha = c('point graph', 'freq. reordered point graph', 'alphab. reordered point graph')

cha = c('tile plot', 'freq. reordered tile plot', 'alphab. reordered tile plot')

cha = c('binned heatmap', 'bw binned heatmap', 'color binned heatmap')

cha = c('freq. reordered binned heatmap', 
    'bw freq. reordered binned heatmap', 
    'color freq. reordered binned heatmap')

cha = c('alphab. reordered binned heatmap', 
    'bw alphab. reordered binned heatmap', 
    'color alphab. reordered binned heatmap')

cha = c('bar graph', 'bw bar graph', 'color bar graph')

cha = c('freq. reordered bar graph', 'bw freq. reordered bar graph', 'color freq. reordered bar graph')

cha = c('alphab. reordered bar graph', 'bw alphab. reordered bar graph', 'color alphab. reordered bar graph')

Datetime

dtt = c('line graph', 'stepped line graph')

dtt = c('point-to-point graph', 'stepped point-to-point graph')

dtt = c('point graph')

dtt = c('binned heatmap', 'bw binned heatmap', 'color binned heatmap')

dtt = c('bw heatmap', 'color heatmap')

Numeric

num = c('area graph')

num = c('stepped area graph', 'bw stepped area graph', 'color stepped area graph')

num = c('seq. stripe graph', 'bw seq. stripe graph', 'color seq. stripe graph')

num = c('line graph', 'stepped line graph')

num = c('point-to-point graph', 'stepped point-to-point graph')

num = c('point graph', 'bw point graph', 'color point graph')

num = c('binned point graph', 'bw binned point graph', 'color binned point graph')

num = c('point graph with trend line', 'bw point graph with trend line', 'color point graph with trend line')

num = c('binned heatmap', 'bw binned heatmap', 'color binned heatmap')

num = c('bw heatmap', 'color heatmap')

num = c('stripe graph', 'bw stripe graph', 'color stripe graph')

num = c('binned stripe graph', 'binned stripe graph', 'binned stripe graph')

num = c('bar graph', 'bw bar graph', 'color bar graph')

num = c('histogram', 'bw histogram', 'color histogram')

num = c('freq. polygon')

num = c('density plot', 'filled density plot')

num = c('violin plot', 'filled violin plot')

num = c('box plot', '3 uniaxial', 'qq plot')

num = c('ecdf plot', 'point ecdf plot', 'stepped ecdf plot')