Skip to content

Commit b9740e3

Browse files
committed
adapt rd files
1 parent 813d5ae commit b9740e3

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

man/Accumulation.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ DivAC(Ns, q = 0, n.seq = seq_len(sum(Ns)), PCorrection="Chao2015", Unveiling="ge
2727
\method{autoplot}{AccumCurve}(object, ..., main = NULL,
2828
xlab = "Sample Size", ylab = NULL,
2929
ShadeColor = "grey75", alpha = 0.3, BorderColor = "red",
30-
col = ggplot2::GeomLine$default_aes$colour,
31-
lty = ggplot2::GeomLine$default_aes$linetype,
32-
lwd = ggplot2::GeomLine$default_aes$size)
30+
col = "black",
31+
lty = 1,
32+
lwd = 0.5)
3333
}
3434
\arguments{
3535
\item{x}{

man/CommunityProfile.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ is.CommunityProfile(x)
2323
\method{autoplot}{CommunityProfile}(object, \dots, main = NULL,
2424
xlab = "Order of Diversity", ylab = "Diversity",
2525
ShadeColor = "grey75", alpha = 0.3, BorderColor = "red",
26-
col = ggplot2::GeomLine$default_aes$colour,
27-
lty = ggplot2::GeomLine$default_aes$linetype,
28-
lwd = ggplot2::GeomLine$default_aes$size)
26+
col = "black",
27+
lty = 1,
28+
lwd = 0.5)
2929
CEnvelope(Profile, LineWidth = 2, ShadeColor = "grey75", BorderColor = "red", \dots)
3030
}
3131
\arguments{

man/DivPart.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ DivPart(q = 1, MC, Biased = TRUE, Correction = "Best", Tree = NULL,
1515
Normalize = TRUE, Z = NULL, CheckArguments = TRUE)
1616
is.DivPart(x)
1717
\method{plot}{DivPart}(x, \dots)
18-
\method{autoplot}{DivPart}(object, col = ggplot2::GeomRect$default_aes$fill,
19-
border = ggplot2::GeomRect$default_aes$colour, \dots)
18+
\method{autoplot}{DivPart}(object, col = "grey35",
19+
border = NA, \dots)
2020
\method{summary}{DivPart}(object, \dots)
2121
}
2222
\arguments{

man/DivProfile.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ is.DivProfile(x)
2222
\method{autoplot}{DivProfile}(object, \dots, main = NULL, xlab = "Order of Diversity",
2323
ylab = NULL, Which = "All", ShadeColor = "grey75", alpha = 0.3, BorderColor = "red",
2424
labels = NULL, font.label = list(size=11, face="plain"),
25-
col = ggplot2::GeomLine$default_aes$colour,
26-
lty = ggplot2::GeomLine$default_aes$linetype,
27-
lwd = ggplot2::GeomLine$default_aes$size)
25+
col = "black",
26+
lty = 1,
27+
lwd = 0.5)
2828
\method{summary}{DivProfile}(object, \dots)
2929
}
3030
\arguments{

man/MCdiversity.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
\usage{
1414
is.MCdiversity(x)
1515
\method{plot}{MCdiversity}(x, \dots)
16-
\method{autoplot}{MCdiversity}(object, col = ggplot2::GeomCol$default_aes$fill,
17-
border = ggplot2::GeomCol$default_aes$colour, \dots)
16+
\method{autoplot}{MCdiversity}(object, col = "grey35",
17+
border = NA, \dots)
1818
\method{summary}{MCdiversity}(object, \dots)
1919
}
2020
\arguments{

man/MCentropy.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
\usage{
1414
is.MCentropy(x)
1515
\method{plot}{MCentropy}(x, \dots)
16-
\method{autoplot}{MCentropy}(object, col = ggplot2::GeomCol$default_aes$fill,
17-
border = ggplot2::GeomCol$default_aes$colour, \dots)
16+
\method{autoplot}{MCentropy}(object, col = "grey35",
17+
border = NA, \dots)
1818
\method{summary}{MCentropy}(object, \dots)
1919
}
2020
\arguments{

man/PhyloValue.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
\usage{
1414
is.PhyloValue(x)
1515
\method{autoplot}{PhyloValue}(object, xlab = expression(italic("T")), ylab = NULL, main = NULL,
16-
col = ggplot2::GeomLine$default_aes$colour,
17-
lty = ggplot2::GeomLine$default_aes$linetype,
18-
lwd = ggplot2::GeomLine$default_aes$size,
16+
col = "black",
17+
lty = 1,
18+
lwd = 0.5,
1919
\dots)
2020
\method{plot}{PhyloValue}(x, xlab = expression(italic("T")), ylab = NULL, main = NULL, \dots)
2121
\method{summary}{PhyloValue}(object, \dots)

man/SpeciesDistribution.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ as.SpeciesDistribution(x, \dots)
3232
\method{as.SpeciesDistribution}{numeric}(x, \dots)
3333
\method{autoplot}{SpeciesDistribution}(object, \dots, Distribution = NULL,
3434
ylog = TRUE, main = NULL, xlab = "Rank", ylab = NULL,
35-
pch = ggplot2::GeomPoint$default_aes$shape,
36-
col = ggplot2::GeomPoint$default_aes$colour,
37-
cex = ggplot2::GeomPoint$default_aes$size)
35+
pch = 19,
36+
col = "black",
37+
cex = 1.5)
3838
\method{plot}{SpeciesDistribution}(x, \dots, Distribution = NULL,
3939
type = "b", log = "y", main = NULL, xlab = "Rank", ylab = NULL)
4040
is.SpeciesDistribution(x)

0 commit comments

Comments
 (0)