This file is indexed.

/usr/share/doc/mlpost/html/Mlpost.Radar.html is in libmlpost-ocaml-doc 0.8.1-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Mlpost.Hist.html">
<link rel="next" href="Mlpost.Legend.html">
<link rel="Up" href="Mlpost.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Mlpost" rel="Chapter" href="Mlpost.html">
<link title="Mlpost_dot" rel="Chapter" href="Mlpost_dot.html">
<link title="Mlpost_lablgtk" rel="Chapter" href="Mlpost_lablgtk.html"><title>Mlpost.Radar</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Mlpost.Hist.html" title="Mlpost.Hist">Previous</a>
&nbsp;<a class="up" href="Mlpost.html" title="Mlpost">Up</a>
&nbsp;<a class="post" href="Mlpost.Legend.html" title="Mlpost.Legend">Next</a>
</div>
<h1>Module <a href="type_Mlpost.Radar.html">Mlpost.Radar</a></h1>

<pre><span class="keyword">module</span> Radar: <code class="code">sig</code> <a href="Mlpost.Radar.html">..</a> <code class="code">end</code></pre><div class="info module top">
Radar diagrams.<br>
</div>
<hr width="100%">
<br>
This module draws radar diagrams.<br>

<pre><span id="VALstack"><span class="keyword">val</span> stack</span> : <code class="type">?radius:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> list -><br>       ?pen:Pen.t -><br>       ?style:Dash.t list -><br>       ?ticks:float -><br>       ?label:string list -><br>       ?scale:float list -> float list list -> <a href="Mlpost.Picture.html#TYPEt">Picture.t</a></code></pre><div class="info ">
<code class="code">stack l</code> builds a picture from a list <code class="code">l</code> of floating-point lists.
	The radars are all drawn on the same picture.
	Each sublist represents one radar datas.
	All sublists must have the same length.<br>
</div>
<div class="param_info"><code class="code">radius</code> : The radius of the whole picture</div>
<div class="param_info"><code class="code">color</code> : The colors used to draw each radar; it is used circularly</div>
<div class="param_info"><code class="code">pen</code> : The pen used to draw the radars</div>
<div class="param_info"><code class="code">style</code> : The dash-styles used to draw each radar; it is used
	  circularly</div>
<div class="param_info"><code class="code">ticks</code> : The interval between each ticks along the axes
	  (relative to the values)</div>
<div class="param_info"><code class="code">scale</code> : The size of every axe, relative to the values;
	  when not specified, the maximal value along each axe is chosen</div>

<pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <code class="type">?radius:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> list -><br>       ?fill:bool -><br>       ?pen:Pen.t -><br>       ?style:Dash.t list -><br>       ?ticks:float -><br>       ?label:string list -><br>       ?scale:float list -> float list list -> <a href="Mlpost.Picture.html#TYPEt">Picture.t</a> list</code></pre><div class="info ">
<code class="code">stack l</code> builds a list of pictures from a list <code class="code">l</code> of
	floating-point lists.
	Each picture represents one radar, and all picture have the same size.
	Each sublist represents one radar datas, and all sublists must have
	the same length.
	For most optional arguments, see function <code class="code">stack</code> above.<br>
</div>
<div class="param_info"><code class="code">fill</code> : Fill the radar with its color.</div>
</body></html>