|
1 |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Create a boxplot or various boxplots of path lengths between...</title> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Create boxplot or various boxplots of path lengths between...</title> |
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
3 | 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
4 | 4 | <link rel="stylesheet" type="text/css" href="R.css" />
|
5 | 5 | </head><body><div class="container">
|
6 | 6 |
|
7 | 7 | <table width="100%" summary="page for geojson_boxplot"><tr><td>geojson_boxplot</td><td style="text-align: right;">R Documentation</td></tr></table>
|
8 | 8 |
|
9 |
| -<h2>Create a boxplot or various boxplots of path lengths between different heritage places</h2> |
| 9 | +<h2>Create boxplot or various boxplots of path lengths between different heritage places</h2> |
10 | 10 |
|
11 | 11 | <h3>Usage</h3>
|
12 | 12 |
|
@@ -37,51 +37,55 @@ <h3>Arguments</h3>
|
37 | 37 | <table summary="R argblock">
|
38 | 38 | <tr valign="top"><td><code>stat.name</code></td>
|
39 | 39 | <td>
|
40 |
| -<p>the name of the output file and of the plot. By default "caravanserais_areas".</p> |
| 40 | +<p>name of output file and plot. Default "caravanserais_areas".</p> |
| 41 | +</td></tr> |
| 42 | +<tr valign="top"><td><code>concept.name</code></td> |
| 43 | +<td> |
| 44 | +<p>key used to identify heritage places. Default "hp.id".</p> |
41 | 45 | </td></tr>
|
42 | 46 | <tr valign="top"><td><code>geojson.path</code></td>
|
43 | 47 | <td>
|
44 |
| -<p>the path of the GeoJSON file. By default 'caravanserail.geojson'.</p> |
| 48 | +<p>path of GeoJSON file. Default 'caravanserail.geojson'.</p> |
45 | 49 | </td></tr>
|
46 | 50 | <tr valign="top"><td><code>csv.path</code></td>
|
47 | 51 | <td>
|
48 |
| -<p>the path to the CSV where the edges between two heritage places are recorded.</p> |
| 52 | +<p>path to CSV where edges between two heritage places are recorded.</p> |
49 | 53 | </td></tr>
|
50 | 54 | <tr valign="top"><td><code>stat</code></td>
|
51 | 55 | <td>
|
52 |
| -<p>the statistic that will be computed. The different values can be "area" for areas, or "dist" for distances between heritage places. By default 'area'.</p> |
| 56 | +<p>statistic that will be computed. Different values can be "area" for areas, or "dist" for distances between heritage places. Default 'area'.</p> |
53 | 57 | </td></tr>
|
54 | 58 | <tr valign="top"><td><code>chart.type</code></td>
|
55 | 59 | <td>
|
56 |
| -<p>the type of chart that will be plot. By default, "boxplot".</p> |
57 |
| -</td></tr> |
58 |
| -<tr valign="top"><td><code>by</code></td> |
59 |
| -<td> |
60 |
| -<p>the name of the field on which the paths will be grouped. For example "route". Will create as many plots as there is different categories. By default NA.</p> |
| 60 | +<p>type of chart that will be plot. Default, "boxplot".</p> |
61 | 61 | </td></tr>
|
62 | 62 | <tr valign="top"><td><code>interactive</code></td>
|
63 | 63 | <td>
|
64 |
| -<p>if TRUE, create a Plotly chart. By default, FALSE.</p> |
| 64 | +<p>if TRUE, create a Plotly chart. Default, FALSE.</p> |
65 | 65 | </td></tr>
|
66 | 66 | <tr valign="top"><td><code>export.plot</code></td>
|
67 | 67 | <td>
|
68 |
| -<p>if TRUE, will save the plot. By default, FALSE.</p> |
| 68 | +<p>if TRUE, will save the plot. Default, FALSE.</p> |
69 | 69 | </td></tr>
|
70 | 70 | <tr valign="top"><td><code>dirOut</code></td>
|
71 | 71 | <td>
|
72 |
| -<p>the folder where the outputs will be saved. By default: '/results'.If it doesn't exist, it will be created. Only useful is export plot is TRUE.</p> |
| 72 | +<p>folder where outputs will be saved. Default: '/results'. If it doesn't exist, will be created. Only useful is export plot is TRUE.</p> |
73 | 73 | </td></tr>
|
74 | 74 | <tr valign="top"><td><code>fig.width, fig.height</code></td>
|
75 | 75 | <td>
|
76 |
| -<p>size of the output chart.</p> |
| 76 | +<p>size of output chart.</p> |
77 | 77 | </td></tr>
|
78 | 78 | <tr valign="top"><td><code>color.set</code></td>
|
79 | 79 | <td>
|
80 |
| -<p>the RBrewer color set. By default "Set1".</p> |
| 80 | +<p>the RBrewer color set. Default "Set1".</p> |
81 | 81 | </td></tr>
|
82 | 82 | <tr valign="top"><td><code>verbose</code></td>
|
83 | 83 | <td>
|
84 |
| -<p>if TRUE (by default), print messages.</p> |
| 84 | +<p>if TRUE (Default), print messages.</p> |
| 85 | +</td></tr> |
| 86 | +<tr valign="top"><td><code>name</code></td> |
| 87 | +<td> |
| 88 | +<p>of field on which paths will be grouped. Example "route". Will create as many plots as there are different categories. By default NA.</p> |
85 | 89 | </td></tr>
|
86 | 90 | </table>
|
87 | 91 |
|
|
0 commit comments