grapes-greater-than-grapes: Add components to a pal_search()

Description Usage Arguments Examples

Description

Based on the semantics that proposes the R packages 'magrittr' we use %>% for constructing sophisticated searchings. It allows you to start simple, then get more and more complex search, checking your work at each step. Visit the website of magrittr for get more information about

Usage

1
lhs %>% rhs

Arguments

left

A pal object.

rigth

A pal_search method.

Examples

1
2
pal_search() %>%
 pal_plot(return = 5, plotly = FALSE)

csaybar/pal documentation built on May 4, 2019, 6:30 a.m.