We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d182d commit e2a9282Copy full SHA for e2a9282
src/NetMSA.jl
@@ -8,9 +8,9 @@ using StatsBase
8
9
export createPeerMatrix, matrixalignment
10
11
-"""
12
-Store the position of a given particle. Position ``x_s_i (r)`` of the particle
13
-``p_s_i`` is defined by using the row ``r`` that contains the symbol ``s_i`` as
+@doc raw"""
+Store the position of a given particle. Position ``x_{s_{i}}(r)`` of the particle
+``p_{s_{i}}`` is defined by using the row ``r`` that contains the symbol ``s_i`` as
14
well as locations of the symbol ``s_i`` in the different columns (indexes of the
15
columns that contain ``s_i`` ) in the row ``r``.
16
"""
0 commit comments