## The Insects database will be used to generate the plot.
plotDistrOvipos(ColumnFemale = Female,
ColumnAge = Age,
ColumnEggs = Eggs,
ColumnGroups = Group,
data = Insects)
## The following expression will yield the same result as described above:
plotDistrOvipos(ColumnFemale = Insects$Female,
ColumnAge = Insects$Age,
ColumnEggs = Insects$Eggs,
ColumnGroups = Insects$Group)
Run the code above in your browser using DataLab