From 882b484ce3c8526e292309f6ba082cd31d3fe0cb Mon Sep 17 00:00:00 2001 From: Andrew Gibbs Date: Fri, 8 Dec 2023 09:05:17 +0000 Subject: [PATCH] updated docs to include InvariantMeasure --- docs/src/makeIFS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/makeIFS.md b/docs/src/makeIFS.md index 505ca88..5dab80f 100644 --- a/docs/src/makeIFS.md +++ b/docs/src/makeIFS.md @@ -41,6 +41,11 @@ This is the IFS for the Cantor Set, and this can be converted into an ```Invaria ``` The outer constructor for ```InvariantMeasure``` constructs other properties, such as diameter and Hausdorff dimension, which describe this fractal measure. + + The full type is described below: + ```@docs +InvariantMeasure +``` Now let's try a more complicated example. The second (translation) argument of `Similarity` can also be a vector. For example: ```@example tutorial