reorganize folder
[talweg.git] / pkg / man / plotFbox.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/plot.R
3 \name{plotFbox}
4 \alias{plotFbox}
5 \title{Functional boxplot}
6 \usage{
7 plotFbox(data, filter = function(index) TRUE)
8 }
9 \arguments{
10 \item{data}{Object return by \code{getData}}
11
12 \item{fiter}{Optional filter: return TRUE on indices to process}
13 }
14 \description{
15 Draw the functional boxplot on the left, and bivariate plot on the right
16 }
17