You are on page 1of 6

APPLICATION

RInSp: an R package for the analysis of individual


specialization in resource use
Nicola Zaccarelli
1
, Daniel I. Bolnick
2
and Giorgio Mancinelli
1
*
1
Department of Biological and Environmental Sciences and Technologies, University of Salento, Ecotekne, s.p. Lecce-
Monteroni, 73100 Lecce, Italy; and
2
Howard Hughes Medical Institute, Section of Integrative Biology, University of Texas at
Austin, Austin, TX, 78712, USA
Summary
1. In the last decade, an increasing number of papers testies a renewed interest in the topic of individual special-
ization in resource use and its implication at higher levels of ecological organization.
2. We present the package R Individual Specialization (RInSp) for the free open-source statistical software R.
RInSp provides a comprehensive set of classical and recently proposed indices for quantifying the degree of indi-
vidual specialization using both categorical and continuous resource use data. The package also includes tools
for ad hoc Monte Carlo and jackknife resampling procedures for signicance testing, plotting and input/output
data manipulation.
3. The use of RInSp is demonstrated by two examples. In addition, the potential of the package to be
implemented beyond its original scope for multi-level quantitative analyses of individual trait variance in natural
communities is illustrated.
Key-words: ecological niche, hierarchical variance partition, individual specialization, nestedness,
trait variance
Theoreticalhistorical background
Hutchinsons (1957) conceptualization of a species ecological
niche and subsequent advancements of the theory (see, among
others, Colwell & Rangel 2009 for a recent review and synthe-
sis) have generally postulated ecological equivalence among
conspecics or irrelevance of any within-species variation.
However, Van Valen (1965) rst incorporated the idea of indi-
vidual variation in resource use into niche theory. After this
early eort, the interest in intraspecic niche variation grew
paralleling the mainstream, species-centred theoretical devel-
opments, culminating in Roughgardens contribution (1972,
1974), casted within a variance-partitioning framework origi-
nally developed by Wright (1949). In the following years, the
importance of intraspecic variation in niche theory has been
inconclusively discussed, ultimately following the fate of the
niche concept, faded by the downgrading interest in the role of
competition in structuring animal communities (e.g. Connor &
Simberlo 1986).
In 2002 and 2003, however, Bolnick et al. made an
unprecedented synthesis of the literature on the incidence of in-
terindividual niche variation and on the indices developed to
quantify it. Because these early reviews, the number of studies
on the topic has more than doubled (Ara ujo, Bolnick &
Layman 2011), testifying a renewed interest in individual spe-
cialization and its implication at higher levels of ecological
organization (Bolnick et al. 2011; Violle et al. 2012). The
knowledge gap originally emphasized by Bolnick et al. (2003)
has been greatly reduced, with a considerable proportion of
recent investigations quantifying individual specialization
adopting relatively novel approaches (e.g. stable isotopes anal-
ysis: Araujo et al. 2007; Bolnick & Paull 2009) and using both
classical (e.g. those listed in Bolnick et al. 2002) and recently
proposed indices (e.g. Ara ujo et al. 2008).
Originand scope of RInSp
Bolnick et al. (2002) were complemented by IndSpec1.exe, a
command-line Microsoft Windows executable to calculate any
of the indices examined in the article and to test their statistical
signicance by Monte Carlo resampling procedures. IndSpec1
was written in Borland C++ 50, using libraries not available on
other platforms and with no graphical or export capabilities.
The RIndividual Specialization (RInSp hereafter) package
has been developed to expand the original set of indices of indi-
vidual specialization listed in IndSpec1 with recently developed
metrics. The development of the package for the statistical
software R (R Development Core Team 2013) provided the
opportunity to overcome IndSpec1 limitations in a cross-
platform environment characterized by great exibility in
downstreamanalyses and high-level graphical capabilities.
In addition, a critical re-examination of the algorithms used
to calculate Roughgardens metrics revealed a potential
inconsistency of results on continuous data, stimulating the
*Correspondence author. E-mail: giorgio.mancinelli@unisalento.it
2013 The Authors. Methods in Ecology and Evolution 2013 British Ecological Society
Methods in Ecology and Evolution 2013, 4, 10181023 doi: 10.1111/2041-210X.12079
implementation of a novel, more robust estimation procedure.
At the same time, the in-depth scrutiny of the theoretical and
statistical assumptions of the metric highlighted the potential
of the package to be used for multi-level quantitative analyses
of individual trait variance in natural communities.
Overviewof RInSpfeatures
The import.RInSp function is compatible with a variety of
data formats and produces an Robject of class RInSp storing
the original resource data, their type, a data frame for addi-
tional information, a matrix for resource use proportions, and
further information concerning numbers and names of
resources and prey.
R Individual Specialization calculates a variety of indices
common to IndSpec1, whose theoretical background and cor-
responding functions are summarized in Table 1. The only ori-
ginal implementation regards Roughgardens indices on
continuous data. Specically, when marked dierences occur
among individuals in terms of the number of items used, the
relation total niche width (TNW) = within-individual compo-
nent (WIC) + between-individual component (BIC; see
Table 1 for notations) may not hold (Roughgarden 1979,
p. 528). The biasing inuence of such a discrepancy depends
heavily on the data set, in terms of the number of individuals
and prey items. A simulation using synthetic data clearly illus-
trates the eects on the index WIC/TNW (Fig. 1). RInSp
addresses the issue by specifying how to weight the number of
items per individual. Using an equal weight strategy, the
importance of each element in an individual diet is equated,
normalizing the importance of each individual by the number
of items in its diet, that is, those with more data contribute
more to the estimation of the parameters. Alternatively, when
huge among-individual dierences in prey number occur, a
number of items weight strategy is available, where the contri-
bution of each individual diet is proportional to the inverse of
the dimension of its diet (see additional information for a
practical example).
In the following sections, the indices added ex novo are pre-
sented in detail.
PAI RWI SE DI ET OVERLAP, I NDI VI DUAL SPECI ALI ZATI ON
E I NDEX AND NETWORK MODULARI TY MEASURE C
W
The overlap function calculates the pairwise diet overlap
between all individuals in a sample (Bolnick et al. 2002). For N
individuals, a N 9 N matrix is provided, where each cell o
ik
represents the diet overlap between individual i and individual
k. The overlap ranges from 0, when individuals have no com-
mon prey, to 1, when individuals consume the same prey in
identical proportions. The individual overlap is:
o
ik

X
j
minp
ij
; p
kj

where p
ij
and p
kj
are the proportion of the resource j for the two
individuals. The diagonal in the diet overlap matrix is all ones
because an individual has a 100% overlap with itself, and it
can be used for testing whether diet (dis)similarity is a function
of various other metrics of between-individual dierence or
similarity (e.g. Bolnick & Paull 2009). The matrix of o
ik
values
is provided for subsequent analyses or to generate gures
showing network connectivity among individuals as in Ara ujo
et al. (2008).
The average pairwise overlap similarity is calculated as:
O
P
pairs
o
ij
0 5NN 1
The procedure Eindex provides the Eindex of individual spe-
cialization, a measure of the average pairwise dissimilarity, cal-
culated as E = 1O (Ara ujo et al. 2008). The index ranges
from0, when all individuals use the same resources in the same
proportions, to 1, when every individual relies entirely on a
dierent resource. Estimates of Emay be biased upwards when
there are few resource observations per individual. To account
for this bias we recommend calculating an adjusted E:
E
adj

E
obs
E
null
1 E
null
This procedure standardizes the observed value E
obs
between 0
(when the observed value is equal to the mean null value E
null
)
and 1 (when individual specialization is maximal) allowing the
comparison of data sets with dierent mean null values. A
jackknife estimation of the variance of E is derived based on
the estimation procedure provided by Ara ujo et al. (2008). In
addition, RInSp calculates the C
w
measure of the relative
degree of clustering in a network to test for modularity in the
niche overlap network (Ara ujo et al. 2008). Two dierent
weighted clustering coecients can be calculated. The degree
of unweighted clustering around a node i in a network is quan-
tied by evaluating the number of triangles in which the node
participates, normalized by the maximum possible number of
such triangles. By extension, a weighted clustering coecient
should take into account how much weight is present in the
neighbourhood of the node, compared with some reference
case. Barrat et al. (2004) proposed a weighted version of the
clustering coecient of the form:
C
wi

1
s
i
k
i
1
X
j;h
w
ij
w
ih

2
a
ij
a
ih
where s
i
is the sum of the weights (w
i
) of all the edges between
node i and the nodes to which it is connected; k
i
is the number
of edges between node i and its neighbours; w
ij
is the weight of
the edge between two nodes i and j; a is 1 if an edge is present
between each pair ij, ih and jh, respectively, and zero otherwise.
The sum, therefore, quanties the weights of all edges between
node i and its neighbours that are also neighbours to each
other. Saramaki et al. (2007) proposed an alternative
clustering index of the form:
C
wi

1
k
i
k
i
1
X
j;h
w
ij
w
ih
w
jh
1
3
where k
i
is the number of edges between individual i and its
neighbours; w
ij
is the weight of the edge between individual i
2013 The Authors. Methods in Ecology and Evolution 2013 British Ecological Society, Methods in Ecology and Evolution, 4, 10181023
Individual specialisation indices 1019
and j obtained by dividing the actual weight by the maximum
of all weights. The summation, therefore, quanties the
weights of all edges between individual i and its neighbours
that are also neighbours to each other.
The procedure Emc performs a Monte Carlo resampling to
derive a statistical test for both indices. For counts of individ-
ual prey items representing approximately independent prey
captures (i.e. integer data type), it is possible to run a Monte
Table 1. Asummary of the indices of individual specialization originally present in IndSpec1 and part of RInSp. Ashort description of their theoret-
ical background is provided along with relevant references. For further details, please refer to the package help pages
Index Description Implementation in RInSp
PS; IS Czekanowskis proportional similarity index (PS) is: PS
i
1 0 5
P
j
jp
ij
q
j
j
(Schoener 1968) where p
ij
is the frequency of category j in the individual is diet,
and q
j
is the frequency of category j in the population as a whole.
By the average of individuals PS
i
values, the prevalence of individual
specialization in the population is measured as: IS
P
i
PSi
N
The function PSicalc calculates individual
estimates of pairwise specialization, its
variance, and IS values, along with other
information regarding the population diet
used, and the total number of samples.
Hypothesis testing by Monte Carlo
resampling is available when all individuals
are kept to obtain distributions of PS
i
and IS.
In addition, the user has the option to
exclude the focal individual fromthe
calculation of the population diet.
k
i
; W
i
The likelihood ratio of the observed diet of individual i against the population
diet is: k
i

Q
j
qj
pij

nij
(Petraitis 1979) where q
j
is the population proportion of
the resource j, p
ij
is the proportion of the resource j in the diet of the individual
i and n
ij
is the number of items for the individual i and the resource j. k
i
is
sensitive to the sample size of the diet items of each individual (D
i
), and a
standardized measure is calculated as: W
i
k
1
D
i

i
For a complete generalist
individual, W
i
= 1, and the value decreases with greater specialization.
RInSp provides the function like.Wi
calculating on categorical diet data the value
of the mean W
i
for individual in the diet
matrix, along with the single W
i
, k
i
, and
associated probability values.
TNW, WIC,
BIC, WIC/
TNW
According to Roughgarden (1972), the total niche width of a population
(TNW) can be broken down into two components: the variation in resource use
within individuals (within-individual component, WIC), and the variance
between individuals (between-individual component, BIC). These measures can
be calculated as:
TNW Varx
ij
WIC BIC
WIC EVarx
j
ji
BIC VarEx
j
ji
Assuming a matrix Xof diet data, where each element x
ij
is the size (or other
measure) of the prey itemj in individual is diet.
With discrete, unordered resource categories, the Shannon information theory
formula is used (Roughgarden 1979, p, 528):
TNW
X
h
u X
h
ln u X
h

WIC
X
i
p Y
i

X
h
v X
h
jY
i
ln v X
h
jY
i

" #
BIC
X
i
p Y
i
ln p Y
i

" #

X
h
u X
h

X
i
q Y
i
jX
h
ln q Y
i
jX
h

" # ( )
where X
h
denotes a resource category, with h = 1,H, Y
i
denotes an individual,
with i = 1,S, P(X
h
|Y
i
) is a joint distribution function expressing the probability
that a resource is of type X
i
and is used by individual Y
i
, with
P
h
P
i
P X
h
; Y
i
1, p(Y
i
) represents the population individual distribution,
irrespective of their resource use, calculated as p Y
i

P
h
P X
h
; Y
i
, u(X
h
)
represents the whole population resource use, irrespective of what each individual
consumes, calculated as u X
h

P
i
P X
h
; Y
i
, v X
h
jY
i

P Xh;Yi
p Yi
is the
conditional distribution of resource use for each given individual, while
q Y
i
jX
h

P Xh;Yi
u Xh
is the distribution of individuals using any given resource.
For both continuous and discrete data, the relative degree of individual
specialization can be measured as the proportion of TNWexplained by within-
individual variation, or WIC/TNW.
The procedures WTcMC and WTdMCperform
the analysis of Roughgarden indices in the
continuous and discrete case, respectively.
AMonte Carlo resampling approach is used
to evaluate the statistical relevance against a
null hypothesis. The null model corresponds
to a population composed of generalists that
sample randomly fromthe populations diet
and have diet sizes equal to those of the
observed data set.
2013 The Authors. Methods in Ecology and Evolution 2013 British Ecological Society, Methods in Ecology and Evolution, 4, 10181023
1020 N. Zaccarelli, D. I. Bolnick & G. Mancinelli
Carlo resampling simulation to test the null hypothesis that
any observed diet variation arose from individuals sampling
stochastically from a shared distribution (Ara ujo, Bolnick &
Layman 2011). Both E and C
w
values are recalculated for the
resulting simulated population. A user-specied number of
null data sets is generated, and the observed test statistic is
compared with the distribution observed under the null
hypothesis. Two options are oered for calculating the popula-
tions diet proportions (q
j
, the proportion of the resource j in
the populations diet): sum and average. When sum is spec-
ied, all resource counts are summed within a category across
all individuals to get the populations use, then the proportion
of each resource category in the populations repertoire is
determined as:
q
j

P
i
n
ij
P
ij
n
ij
The drawback of this approach is that individuals that eat
large numbers of items, or larger total mass of items, will bias
the population to look more like them (Bolnick et al. 2003).
The average method circumvents this problem by rst con-
verting individual diets into proportions p
ik
, then averaging
these proportions for each resource k, thereby giving all
individuals equal inuence over the estimated population
diet.
NODF A NESTEDNESS MEASURE
For studies of individual specialization, one form of diet vari-
ation arises when individuals dier in their niche breadth,
such that some individuals diet is a subset of other individu-
als diets. This is revealed by a nestedness metric, which in
RInSp can be estimated for a binary matrix using the func-
tion NODF. The procedure is based on two principles: decreas-
ing ll (or DF) and paired overlap (or PO). In a matrix with
m rows and n columns, row i is located at an upper position
from row j, and column k is located at a left position from
column l. In addition, let MT be the marginal total (i.e. the
sum of 1s) of any column or row. For any pair of rows/col-
umns i and j, DF
ij
will be equal to 100 if MT
j
is lower than
MT
i
. Alternatively, DF
ij
will be equal to 0 if MT
j
is greater or
equal to MT
i
. For columns/rows, PO
kl
is simply the percent-
age of 1s in a given column/row l that are located at identical
row/column positions to those in a column/row k. For any
left-to-right column pair and, similarly, for any up-to-down
row pair, there is a degree of paired nestedness (N
paired
) as
zero if DF
paired
is zero, and PO if DF
paired
is 100. From the n
(n1)/2 and m(m1)/2 paired degrees of nestedness for n col-
umns and m rows, a measure of nestedness among all col-
umns (N
col
) and among all rows (N
row
) can be calculated by
simply averaging all paired values of columns and rows.
Thus, a measure of nestedness for the whole matrix is given
by (Almeida-Neto et al. 2008):
0%
5%
10%
15%
20%
25%
40% 45% 50% 55% 60% 65% 70% 75% 80%
D
i
s
c
r
e
p
a
n
c
y

Sparsity of the resource matrix


q = 0.8
3.2
= 08
= 32
Fig. 1. Discrepancy D values calculated as the dierence between total niche width (TNW) and the sum within-individual component
(WIC) + between-individual component (BIC) for two simulated synthetic data sets constituted by resource matrices characterized by identical
numbers of individuals (N = 50) with dierent numbers of prey items in their diet (i.e. the sparsity of the resource matrix). In the two data sets, the
number of prey items varied among individuals according to a negative binomial distribution characterized by a dispersion parameter h of 08 (empty
circles) and 32 (grey circles). Further details on the simulation assumptions are provided in the supporting information.
2013 The Authors. Methods in Ecology and Evolution 2013 British Ecological Society, Methods in Ecology and Evolution, 4, 10181023
Individual specialisation indices 1021
NODF
P
N
paired
n n1
2

m m1
2

RInSp utilities andexample data sets
In the online supporting information, a description of the utili-
ties included in the package for further analyses and data
exchange is provided. In addition, RInSp includes two exam-
ples of freshwater sh diets, one for categorical and one for
continuous raw data matrices. The Stickleback example
reproduces data fromBolnick &Paull (2009) of counts of prey
categories in stomach contents of individuals from a popula-
tion of three-spine sticklebacks (Gasterosteus aculeatus), using
265 specimens sampled fromve sites located in Roberts Lake
on Vancouver Island, British Columbia. The Trout example
reproduces data published in Kahilainen & Lehtonen (2001)
on sh prey lengths of a sample of 59 individuals of stocked (S)
and native (N) brown trout (Salmo trutta) from the subarctic
Lake Muddusjarvi in Northern Finland. Detailed examples of
application of RInSp indices using both data sets are provided
in the supporting information.
Future implementations of RInSp
The rst, stable release of RInSp is available on CRAN at
http://cran.rproject.org/web/packages/RInSp/index.html and
on GitHub at https://github.com/Nicola-Zaccarelli/RInSp. A
limitation on current metrics of individual specialization is the
eect of prey size in stomach content data. When prey is of
vastly unequal sizes, Monte Carlo resampling methods may
generate unrealistic null prey distributions. Future RInSp ver-
sions will implement size corrections that use diet data together
with a matrix of prey sizes and a vector of forager sizes, to esti-
mate maximum stomach volume and generate Monte Carlo
diets that are constrained to remain within realistic limits of
stomach volume.
Major eorts, however, will be made to generalize the
functions implemented in RInSp for the analysis of continu-
ous data. Specically, the WIC/TNW ratio partitions the
variance in individual resource use assuming a two-level,
intra- and interindividual hierarchy. In principle, it is possi-
ble to implement a hierarchical variance partition at n levels
of ecological organization, with n > 2. Recently, Violle et al.
(2012) have emphasized the need of a multi-level quantitative
scrutiny of trait variance in natural communities, proposing
a procedure of hierarchical variance partition of traits across
ecological levels of organization from individuals to com-
munity based on F-statistics (Wright 1949). The implemen-
tation of RInSp to calculate n-level hierarchical variance
components on both discrete and continuous data is straight-
forward and will represent a major improvement in the
power of the package to highlight changes across dierent
levels of ecological organization in individual diet specializa-
tion and, in general, individual traits ranging from leaf area
in plants to movement tortuosity in animals (e.g. Cornwell &
Ackerly 2009; Mancinelli 2010; Potenza & Mancinelli 2010).
The package includes the function Hier2L as a purely intro-
ductory illustration of these forthcoming features. The func-
tion decomposes the variance for continuous data based on
a user-specied factor. For example, the analysis of the Finn-
ish stocked and native trout data run separately provides a
WIC/TNW ratio of 3976% and 5896%, respectively (no
weighting procedure adopted). By considering both groups
as belonging to a single population, it is possible to fraction-
ate the total variance in prey lengths, that is, 96341, in com-
ponents estimating (i) the contribution of between-group (i.e.
native vs. stocked: BGC hereafter) variability equal to 2242,
corresponding to a BGC/TNW of 233% and (ii) the within-
individual contribution WIC = 47522, corresponding to an
overall WIC/TNW ratio of 4933%. Upcoming implementa-
tions will integrate the features currently included in RInSp
bootstrapping, correction for unequal samples in a gener-
alized n-level hierarchical variance partition procedure, mak-
ing the package prospectively useful for multi-scale trait
analysis in community studies.
Acknowledgements
Funding by FUR 20102011 to G. M. is acknowledged; D. I. B. was sup-
ported by the David and Lucille Packard Foundation and the Howard
Hughes Medical Institute. Thanks to Travis Ingram for providing the code
and solution to the weighting scheme option in Roughgardens indices calcu-
lation, and to Richard Svanback and an anonymous reviewer for constructive
comments that greatly improved the manuscript. This study is dedicated to
Lorenzo and Alice Zaccarelli, and to Soa Mancinelli, thy eternal summer
shall not fade.
References
Almeida-Neto, M., Guimar~aes, P., Guimar~aes, P.R., Loyola, R.D. & Ulrich, W.
(2008) Aconsistent metric for nestedness analysis in ecological systems: recon-
ciling concept andmeasurement. Oikos, 117, 12271239.
Ara ujo, M.S., Bolnick, D.I. &Layman, C.A. (2011) The ecological causes of indi-
vidual specialisation. Ecology Letters, 14, 948958.
Araujo, M.S., Bolnick, D.I., Machado, G., Giaretta, A.A. & dos Reis, S.F.
(2007) Using d
13
C stable isotopes to quantify individual-level diet variation.
Oecologia, 152, 643654.
Ara ujo, M.S., Guimara

es, P.R., Svanback, R., Pinheiro, A., Guimara

es, P., dos


Reis, S.F. & Bolnick, D.I. (2008) Network analysis reveals contrasting eects
of intraspecic competition on individual vs. population diets. Ecology, 89,
19811993.
Barrat, A., Barthelemy, M., Pastor-Satorras, R. & Vespignani, A. (2004) The
architecture of complex weighted networks. Proceedings of the National Acad-
emy of Sciences of the United States of America, 101, 37473752.
Bolnick, D.I. & Paull, J.S. (2009) Morphological and dietary dierences between
individuals are weakly but positively correlated within a population of three-
spine stickleback. Evolutionary Ecology Research, 11, 12171233.
Bolnick, D.I., Yang, L.H., Fordyce, J.A., Davis, J.M. & Svanback, R.
(2002) Measuring individual-level resource specialization. Ecology, 83,
29362941.
Bolnick, D.I., Svanback, R., Fordyce, J.A., Yang, L.H., Davis, J.M., Hulsey,
C.D. & Forister, M.L. (2003) The ecology of individuals: incidence and
implications of individual specialization. The American Naturalist, 161,
128.
Bolnick, D.I., Amarasekare, P., Ara ujo, M.S., B urger, R., Levine, J.M., Novak,
M. et al. (2011) Why intraspecic trait variation matters in community ecol-
ogy. Trends in Ecology &Evolution, 26, 183192.
Colwell, R.K. & Rangel, T.F. (2009) Hutchinsons duality: the once and
future niche. Proceedings of the National Academy of Sciences, 106,
1965119658.
Connor, E.F. & Simberlo, D. (1986) Competition, scientic method, and null
models in ecology. American Scientist, 74, 155162.
2013 The Authors. Methods in Ecology and Evolution 2013 British Ecological Society, Methods in Ecology and Evolution, 4, 10181023
1022 N. Zaccarelli, D. I. Bolnick & G. Mancinelli
Cornwell, W.K. &Ackerly, D.D. (2009) Community assembly and shifts in plant
trait distributions across an environmental gradient in coastal California. Eco-
logical Monographs, 79, 109126.
Hutchinson, G.E. (1957) Concluding remarks. Cold Spring Harbor Symposia on
Quantitative Biology, 22, 415427.
Kahilainen, K. &Lehtonen, H. (2001) Resource use of native and stocked brown
trout Salmo trutta L., in a subarctic lake. Fisheries Management and Ecology,
8, 8394.
Mancinelli, G. (2010) Intraspecic, size-dependent variation in the movement
behaviour of a brackish-water isopod: a resource-free laboratory experiment.
Marine and Freshwater Behaviour and Physiology, 43, 321337.
Petraitis, P.S. (1979) Likelihood measures of niche breadth and overlap. Ecology,
60, 703710.
Potenza, L. &Mancinelli, G. (2010) Body mass-related shift in movement behav-
iour in the isopod Lekanesphaera hookeri (Isopoda, Flabellifera): a laboratory
study. Italian Journal of Zoology, 77, 354361.
R Development Core Team (2013) R Foundation for Statistical Computing. R
Development Core Team, Vienna, Austria.
Roughgarden, J. (1972) Evolution of niche width. The American Naturalist, 106,
683718.
Roughgarden, J. (1974) Niche width: biogeographic patterns among Anolis lizard
populations. The American Naturalist, 108, 429442.
Roughgarden, J. (1979) Theory of Population Genetics and Evolutionary Ecology.
Macmillan Publishing Company, NewYork.
Saramaki, J., Kivela, M., Onnela, J.P., Kaski, K. &Kertesz, J. (2007) Generaliza-
tions of the clustering coecient to weighted complex networks. Physical
ReviewE, 75, 027105.
Schoener, T.W. (1968) The Anolis lizards of Bimini: resource partitioning in a
complex fauna. Ecology, 49, 704726.
Van Valen, L. (1965) Morphological variation and width of ecological niche. The
American Naturalist, 99, 377390.
Violle, C., Enquist, B.J., McGill, B.J., Jiang, L., Albert, C.H., Hulshof, C., Jung,
V. & Messier, J. (2012) The return of the variance: intraspecic variability in
community ecology. Trends in Ecology &Evolution, 27, 244252.
Wright, S. (1949) The genetical structure of populations. Annals of Human Genet-
ics, 15, 323354.
Received 27 February 2013; accepted 8 June 2013
Handling Editor: Luca Giuggioli
Supporting Information
Additional Supporting Information may be found in the online version
of this article.
Data S1. Simulated datasets, tools and utilities and examples.
Figure S1. Simulated abundances of prey items among 50 individuals
generated following a negative binomial distributions with a distribu-
tion parameter l
NB
= 5 and a dispersion parameter h = 08 (blue) and
=32 (red).
Figure S2. Example of the graphical output of the sumMC.RInSpfunc-
tion for the statistical evaluation of WIC/TNW for the Trout dataset
after a Monte Carlo resampling with 999 replicates.
2013 The Authors. Methods in Ecology and Evolution 2013 British Ecological Society, Methods in Ecology and Evolution, 4, 10181023
Individual specialisation indices 1023

You might also like