reorganize folder
[talweg.git] / pkg / man / plotFbox.Rd
CommitLineData
46952971
BA
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{
7plotFbox(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{
15Draw the functional boxplot on the left, and bivariate plot on the right
16}
17