File: plot_circular_hist.Rd

package info (click to toggle)
r-cran-mixturefitting 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: ansic: 518; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\name{plot_circular_hist}
\alias{plot_circular_hist}
\docType{methods}
\title{Mixture Distribution Modeling}
\description{
    Plot a circular histogram.
}
\usage{
    plot_circular_hist( x, breaks = 72, ball = 0.5, ... )
}
\arguments{
    \item{x}{data vector}
    \item{breaks}{number of breaks in histogram}
    \item{ball}{radius of the drawn circle}
    \item{...}{parameters passed to plot()}
}
\author{Andrius Merkys}