NAME

Chart::GGPlot::Geom::Functions - Function interface for Chart::GGPlot::Geom

VERSION

version 0.0000_02

METHODS

geom_path

geom_path (:$mapping = undef, :$data = undef, 
           :$stat = 'identity', :$position = 'identity', 
           :$na_rm = false,
           :$show_legend = 'auto', :$inherit_aes = true, 
           %rest)

geom_path() connects the observations in the order in which they appear in the data.

geom_line

geom_line (:$mapping = undef, :$data = undef, 
           :$stat = 'identity', :$position = 'identity', 
           :$na_rm = false,
           :$show_legend = 'auto', :$inherit_aes = true, 
           %rest)

geom_line() connects the observations in the order of the variable on the x axis.

geom_point

SEE ALSO

Chart::GGPlot::Geom

AUTHOR

Stephan Loyd <sloyd@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Stephan Loyd.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.